Skip to content

Instantly share code, notes, and snippets.

View L-u-k-e's full-sized avatar
:octocat:

Lucas Parzych L-u-k-e

:octocat:
  • DEPT®
  • Boston, MA
View GitHub Profile
#!/bin/sh
# from http://stackoverflow.com/questions/1471571/how-to-configure-postgresql-for-the-first-time
#
# debian jessie
# PostgreSQL 9.3
sudo apt-get install postgresql postgresql-client
# connect to standard system database template1