Created
September 2, 2013 23:01
-
-
Save danielfone/6418011 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
development: &development | |
adapter: postgresql | |
database: my-database | |
test: &test | |
adapter: postgresql | |
database: my-database-test | |
production: *development | |
# Install postgres | |
# $ brew update | |
# $ brew doctor | |
# $ brew install postgresql | |
# Run postgres with: | |
# $ postgres -D /usr/local/var/postgres/ | |
# Setup db with | |
# $ rake db:create |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment