Created
February 23, 2013 14:44
-
-
Save jcarley/5020014 to your computer and use it in GitHub Desktop.
Setup the minimum database pieces for Postgresql
This file contains 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
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