- Timestamp:
- 06/11/22 23:57:10 (2 years ago)
- Branches:
- main
- Children:
- b4369c8
- Parents:
- 4a1a3ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
r4a1a3ca r0af535a 15 15 16 16 17 ======== If you are configuring this project for the first time, do the following, in order to set up the database ======== 17 =========================================================================== 18 If you are configuring this project for the first time, do the following, in order to set up the database. 18 19 19 20 Note: The containers should be running in the background! (previously started with docker-compose up) … … 21 22 Open another console and run: 22 23 23 docker exec -it name_of_db_container /bin/bash 24 psql -U postgres postgres `<` /usr/local/app/dummy_database.sql 24 docker exec -it name_of_db_container /bin/bash 25 psql -U postgres postgres `<` /usr/local/app/dummy_database.sql 25 26 26 27 (When inserting `<`, it should not be surrounded by quotation marks) 27 28 28 =========================================================================== ==29 =========================================================================== 29 30 30 31 Now you are all set up.
Note:
See TracChangeset
for help on using the changeset viewer.