Skip to content

Commit

Permalink
Update INITIALIZE-DB.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-richards authored Nov 21, 2023
1 parent 5ea26e4 commit d303035
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions INITIALIZE-DB.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ If you want to use the default database settings as provided in the config.json

1. Download Postgres and make sure it's service is enabled and running.
2. Use psql to login as the 'postgres' user.
3. Type CREATE DATABASE "bptf-autopricer"; and hit enter.
4. Type \c "bptf-autopricer" and hit enter
5. Type \i path/to/initalize-db.sql and hit enter
6. The database should now be ready for the application to use.
- If it asks for a password, make sure you note it down as you will need to set the password in `config.json` once you are done here.
4. Type CREATE DATABASE "bptf-autopricer"; and hit enter.
5. Type \c "bptf-autopricer" and hit enter
6. Type \i path/to/initalize-db.sql and hit enter
7. The database should now be ready for the application to use.

0 comments on commit d303035

Please sign in to comment.