Changeset 0af535a for README.md


Ignore:
Timestamp:
06/11/22 23:57:10 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
b4369c8
Parents:
4a1a3ca
Message:

Newlines in readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r4a1a3ca r0af535a  
    1515
    1616
    17 ======== If you are configuring this project for the first time, do the following, in order to set up the database ========
     17===========================================================================
     18If you are configuring this project for the first time, do the following, in order to set up the database.
    1819
    1920Note: The containers should be running in the background! (previously started with docker-compose up)
     
    2122Open another console and run:
    2223
    23 docker exec -it name_of_db_container /bin/bash
    24 psql -U postgres postgres `<` /usr/local/app/dummy_database.sql
     24docker exec -it name_of_db_container /bin/bash 
     25psql -U postgres postgres `<` /usr/local/app/dummy_database.sql 
    2526
    2627(When inserting `<`, it should not be surrounded by quotation marks)
    2728
    28 =============================================================================
     29===========================================================================
    2930
    3031Now you are all set up.
Note: See TracChangeset for help on using the changeset viewer.