mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-09 16:42:49 +00:00
update readme for prod build
This commit is contained in:
@@ -19,12 +19,11 @@ Ready to run in production? Please [check our deployment guides](http://www.phoe
|
||||
- `mix ecto.migrate`
|
||||
|
||||
## Production
|
||||
Running app
|
||||
`PORT=80 MIX_ENV=prod mix phx.server`
|
||||
|
||||
- when creating prod database
|
||||
- `MIX_ENV=prod mix ecto.create`
|
||||
- `MIX_ENV=prod mix ecto.migrate`
|
||||
- `MIX_ENV=prod mix ecto.create`
|
||||
- `MIX_ENV=prod mix ecto.migrate`
|
||||
- `PORT=80 MIX_ENV=prod mix run priv/repo/seeds.exs`
|
||||
- `PORT=80 MIX_ENV=prod mix phx.server`
|
||||
|
||||
# Installing Elixir on C9
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user