Skip to content

Instantly share code, notes, and snippets.

@DuaneNielsen
Last active April 4, 2019 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuaneNielsen/7ebf1be487c01cb845a8c0483a88af3b to your computer and use it in GitHub Desktop.
Save DuaneNielsen/7ebf1be487c01cb845a8c0483a88af3b to your computer and use it in GitHub Desktop.
Links for getting postgres up and running on python and ubuntu
https://www.fullstackpython.com/blog/postgresql-python-3-psycopg2-ubuntu-1604.html
https://stackoverflow.com/questions/18664074/getting-error-peer-authentication-failed-for-user-postgres-when-trying-to-ge
http://initd.org/psycopg/docs/install.html
http://docs.peewee-orm.com/en/latest/peewee/quickstart.html#quickstart
https://blog.bigbinary.com/2016/01/23/configure-postgresql-to-allow-remote-connection.html
sudo invoke-rc.d postgresql restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment