Skip to content

Instantly share code, notes, and snippets.

@AquaGeek
Last active December 10, 2015 18:38
Show Gist options
  • Select an option

  • Save AquaGeek/4476360 to your computer and use it in GitHub Desktop.

Select an option

Save AquaGeek/4476360 to your computer and use it in GitHub Desktop.
Postgres
# Create the user
createuser -P --interactive # Enter the values asked
# Create the DBs
createdb -O {username created above} {database name}
# Install pg gem
bundle config build.pg --with-pg-config={path to pg_config}
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment