Skip to content

Instantly share code, notes, and snippets.

@danielfone
Created September 2, 2013 23:01
Show Gist options
  • Save danielfone/6418011 to your computer and use it in GitHub Desktop.
Save danielfone/6418011 to your computer and use it in GitHub Desktop.
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