Sealas is Open Source. Open Source in all matters technical: the source code is available on Github, and everybody's welcome to support us with pull requests.
... and Open Source in spirit: we write about the whole development of Sealas and the hows and whys behind our technical, design and business decisions.
Check out the website and blog repository, and follow our development of Sealas here: https://sealas.at/blog
We build our software on three different CI systems, and then compare the result:
Travis CI: CircleCI: AppVeyor:
To start dev server:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.