mix local.hex
mix archive.install https://github.com/phoenixframework/archives/raw/master/phoenix_new.ez
npm install
mix deps.get
mix deps.compile
mix ecto.create
mix ecto.migrate
mix test
mix phoenix.server
- May need to create migrations dir in priv/repo
- For npm install may need to run as admin. alternatively
npm install -g package.json@latest
- May need to update passwords in config