Skip to content

Instantly share code, notes, and snippets.

@Turupawn
Created November 16, 2019 00:56
Show Gist options
  • Save Turupawn/12e84846d9751c4ed73e06c7e3d67ad5 to your computer and use it in GitHub Desktop.
Save Turupawn/12e84846d9751c4ed73e06c7e3d67ad5 to your computer and use it in GitHub Desktop.
# 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