Example project for use with Jetify Cloud Brief description of framework and language
- Create an account on Jetify Cloud
- Fork or clone this repo to your own account
- In the Jetify Dashboard, create a new project, and select the cloned repo from your account
- Elixir 1.16.3
- Rebar3 3.23.0
"MIX_HOME": "$PWD/.nix-mix",
"HEX_HOME": "$PWD/.nix-hex",
"ERL_AFLAGS": "-kernel shell_history enabled",
"PORT": "8080"
Note that project's config/dev.exs file is configured to use the PORT environment variable.
Install: cd ./hello && mix deps.get
Build: cd ./hello && mix compile
Start: cd ./hello && mix phx.server