Skip to content

Commit

Permalink
Add README information about creating and migrating database for test
Browse files Browse the repository at this point in the history
  • Loading branch information
kamok committed Oct 25, 2018
1 parent 3aab66a commit 1f6b16a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -73,6 +73,7 @@ psql -h localhost
- Install Erlang, Elixir, and their dependencies by running `bin/install_erlang_and_elixir_with_dependencies`
- Compile the project and custom mix tasks via `mix compile`
- Create the "remote_retro_dev" database and migrate via `mix ecto.create && mix ecto.migrate`
- Create the "remote_retro_test" database and migrate via `MIX_ENV=test mix ecto.create && mix ecto.migrate`

#### Node Dependencies

Expand Down

0 comments on commit 1f6b16a

Please sign in to comment.