Created
November 16, 2019 00:56
-
-
Save Turupawn/12e84846d9751c4ed73e06c7e3d67ad5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dependencies | |
sudo apt install libpq-dev postgresql-11 | |
# Setting up the DB | |
sudo -u postgres psql | |
postgres=# create database TodoLegalDB_Development; | |
postgres=# alter user postgres with encrypted password 'MyPassword'; | |
\q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment