This is a getting started project for Gigalixir.
This repo was built using the Phoenix deploy with Releases.
Create your gigalixir application:
gigalixir create
Phoenix now requires a database, so let's create one:
gigalixir pg:create --free
Now you can deploy:
git push -u gigalixir main
NOTE: If you plan to use this for a production environment, you will need to rotate the signing_salt
in [config/config.exs] and [lib/gigalixir_getting_started_web/endpoint.ex].
If you have any questions, don't hesitate to reach out to Gigalixir support.
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix