Skip to content

Commit 64fa728

Browse files
committed
add sources to POSTGRESQL_SETUP.md based on review
1 parent bbefa1a commit 64fa728

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gs/POSTGRESQL_SETUP.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Installation](#installation)
66
- [Database Setup](#database-setup)
77
- [Environment Variable Setup](#environment-variable-setup)
8+
- [Sources](#sources)
89

910
**[Back to top](#table-of-contents)**
1011

@@ -67,3 +68,11 @@ Note: You can choose to remove the first to lines of the `.env` that start with
6768
Now, you can start the backend as by running `fastapi dev gs/backend/main.py` from the top level directory to run in development mode.
6869

6970
**[Back to top](#table-of-contents)**
71+
72+
## Sources
73+
74+
- [How to Install and Setup PostgreSQL on Ubuntu 20.04 | Step-by-Step](https://www.cherryservers.com/blog/how-to-install-and-setup-postgresql-server-on-ubuntu-20-04)
75+
- [Install and configure PostgreSQL](https://documentation.ubuntu.com/server/how-to/databases/install-postgresql/index.html)
76+
- [How To Install PostgreSQL on Ubuntu 20.04 \[Quickstart\]](https://www.digitalocean.com/community/tutorials/how-to-install-postgresql-on-ubuntu-20-04-quickstart)
77+
78+
**[Back to top](#table-of-contents)**

0 commit comments

Comments
 (0)