Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add postgresql-9.1 and postgresql-server-dev-9.1 as requirements. #5

Open
f3rnando opened this issue Apr 5, 2014 · 3 comments
Assignees

Comments

@f3rnando
Copy link
Member

f3rnando commented Apr 5, 2014

$ bundle install fails because postgresql is not installed.

An error occurred while installing pg (0.17.1), and Bundler cannot continue. Make sure that gem install pg -v '0.17.1' succeeds before bundling.

Add postgresql-9.1 and postgresql-server-dev-9.1 as requirements in the README.md

@f3rnando f3rnando self-assigned this Apr 5, 2014
@f3rnando
Copy link
Member Author

En realidad no es necesario, habria que sacarlo del gemfile para que cualquiera que siga el readme no tenga contratiempos.

@maurimiranda
Copy link
Contributor

Se puede poner "gem 'pg', group: :production" para que no sea requerimiento en desarrollo.

@f3rnando
Copy link
Member Author

Gracias!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants