Skip to content

Commit

Permalink
installation postgre
Browse files Browse the repository at this point in the history
  • Loading branch information
achauveheid committed Nov 29, 2023
1 parent 1b9bb30 commit 28eb1a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions requirement.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#insatallation postgresql
sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql

0 comments on commit 28eb1a9

Please sign in to comment.