-
Notifications
You must be signed in to change notification settings - Fork 65
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
Error #27
Comments
@augmen It looks like a problem with the Bundler.
You get this error because you haven't setup the binaries for postgres. Okay so for installing Postgres gem(pg) you need to install postgres first. You can follow this guide right here https://www.digitalocean.com/community/tutorials/how-to-setup-ruby-on-rails-with-postgres |
Please update to ruby 2.4.1 / rails latest version. how to add media player ? |
got another error with rvm.io . i have run the command |
@augmen You actually need a higher version of ruby. Please follow this https://bitbucket.org/ged/ruby-pg/wiki/Home |
i guess that rvm.io manages that :} |
Failed again |
@augmen Before you install the pg gem you need to setup postgresql. That's why the gem installation fails. Follow this link https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-16-04 |
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.
An error occurred while installing json (1.8.2), and Bundler cannot continue. Make sure that
gem install json -v '1.8.2'succeeds before bundling.
got this error on running the command .
What are the ruby -versions and rails --version compatible with the app ?
i have try to run the ruby 2.2.0 / rails 4.1.6 . get this error
An error occurred while installing pg (0.18.1), and Bundler cannot continue. Make sure that
gem install pg -v '0.18.1'succeeds before bundling.
Please update to ruby 2.4.1 / rails latest version.
Thanks
The text was updated successfully, but these errors were encountered: