- Timestamp:
- 06/11/22 23:55:56 (2 years ago)
- Branches:
- main
- Children:
- 0af535a
- Parents:
- 64dc53b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
r64dc53b r4a1a3ca 3 3 Firstly, create a .env file in the project's root directory and populate it like so: 4 4 5 HOME_URL="http://localhost:3000" 6 POSTGRES_HOST="db" 7 POSTGRES_USER="postgres" 8 POSTGRES_PASSWORD="postgres" 9 POSTGRES_DB="postgres" 5 HOME_URL="http://localhost:3000" 6 POSTGRES_HOST="db" 7 POSTGRES_USER="postgres" 8 POSTGRES_PASSWORD="postgres" 9 POSTGRES_DB="postgres" 10 10 11 11 … … 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 ======== If you are configuring this project for the first time, do the following, in order to set up the database ======== 18 18 19 19 Note: The containers should be running in the background! (previously started with docker-compose up) … … 26 26 (When inserting `<`, it should not be surrounded by quotation marks) 27 27 28 ============================================================================= =============28 ============================================================================= 29 29 30 30 Now you are all set up.
Note:
See TracChangeset
for help on using the changeset viewer.