Skip to content

Instantly share code, notes, and snippets.

@jcarley
Created February 23, 2013 14:44
Show Gist options
  • Save jcarley/5020014 to your computer and use it in GitHub Desktop.
Save jcarley/5020014 to your computer and use it in GitHub Desktop.
Setup the minimum database pieces for Postgresql
createuser --echo --createdb --encrypted --pwprompt --no-createrole --no-superuser carleyfamily
createdb --echo --owner=carleyfamily -E utf8 carleyfamily_development
createdb --echo --owner=carleyfamily -E utf8 carleyfamily_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment