By ryzalyusoff
I am trying to push my Ruby on Rails project to DigitalOcean by using Capistrano.
I am following this guide here: https://www.digitalocean.com/community/tutorials/deploying-a-rails-app-on-ubuntu-14-04-with-capistrano-nginx-and-puma
I followed every steps, and everything was fine until I reached step 7 which I run:
cap production deploy:initial
on my local machine. This command gave me this error:
http://i.stack.imgur.com/EahwV.png
I never require nokogiri in my gemfile or install nokogiri for my app, so it is very wierd that this error appear. So, somebody help me please? I have stuck on this for a few days already :(
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This question was answered by @BrookDO:
Hi,
Can you try using
gem install nokogiriNokogiri is a dependency of Rails, and Capistrano will need it for your deployment.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.