-
Notifications
You must be signed in to change notification settings - Fork 0
Gettig Started
Pedro Costa edited this page Apr 21, 2018
·
1 revision
https://docs.docker.com/install/
https://docs.nanobox.io/install/
nanobox dns add local phoenix.local
nanobox run iex -S mix phx.server
Go to: phoenix.local:4000
to see your app!
nanobox run
exit
Usefull commands:
- Install dependencies with
mix deps.get
- Migrate your database with
mix ecto.migrate
- Install Node.js dependencies with
cd assets && npm install
- Return to the root of the project
cd ..
- In the root of the project start Phoenix endpoint with
iex -S mix phx.server