Deploying Phoenix 1.4 app to Gigalixir using Distillery 2.0
Deploying Phoenix 1.4 app to Gigalixir using Distillery 2.0
To start your Phoenix server:
mix deps.get
mix ecto.setup
cd assets && npm install
mix phx.server
Now you can visit localhost:4000
from your browser.
See commit history for how to deploy to Gigalixir.
See LICENSE.