Skip to content

Commit

Permalink
Add running db create step
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark committed Jan 4, 2017
1 parent 654a5e6 commit 6cad042
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ This repository is for the scoreboard used to run MITRE capture the flag competi
2. Clone this project to your local system
3. Create a .env_vars file in the root containing the contents `SECRET_KEY_BASE=<put your secret key here!>`
4. From this directory on your system run `docker-compose up -d`
5. Run `docker-compose run web rake db:schema:load`
6. Run `docker-compose run web rake db:seed`
7. Login to the scoreboard as email: `root`, password: `ChangePa$$w0rd` and change the password.
5. Run `docker-compose run web rake db:create`
6. Run `docker-compose run web rake db:schema:load`
7. Run `docker-compose run web rake db:seed`
8. Login to the scoreboard as email: `root`, password: `ChangePa$$w0rd` and change the password.


### How do I contribute?
Expand Down

0 comments on commit 6cad042

Please sign in to comment.