Ask A Question

Notifications

You’re not receiving notifications from this thread.

Deploy Ruby project on Ubuntu 18.0

bhavya asked in Servers

Hi,
I am referring the doc "https://gorails.com/deploy/ubuntu/18.04#nginx" for deploy the project.
After running the command "cap install STAGES=production"
I got error list :
LoadError: cannot load such file -- /usr/lib/ruby/vendor_ruby/Capfile
/usr/lib/ruby/vendor_ruby/rake/rake_module.rb:29:in load'
/usr/lib/ruby/vendor_ruby/rake/rake_module.rb:29:in
load_rakefile'
/usr/lib/ruby/vendor_ruby/rake/application.rb:703:in raw_load_rakefile'
/usr/lib/ruby/vendor_ruby/rake/application.rb:104:in
block in load_rakefile'
/usr/lib/ruby/vendor_ruby/rake/application.rb:186:in standard_exception_handling'
/usr/lib/ruby/vendor_ruby/rake/application.rb:103:in
load_rakefile'
/usr/lib/ruby/vendor_ruby/rake/application.rb:82:in block in run'
/usr/lib/ruby/vendor_ruby/rake/application.rb:186:in
standard_exception_handling'
/usr/lib/ruby/vendor_ruby/rake/application.rb:80:in run'
/usr/lib/ruby/vendor_ruby/capistrano/application.rb:14:in
run'
/usr/bin/cap:3:in `

'
.....................

Please help me to resolve this issue asap as its urgent to deploy.

Reply

Now this above cap file problem has been resolved with the below commands:
group :development do
gem "capistrano", "~> 3.14", require: false ---> make it false
end

$ bundle install

$ bundle exec cap install

and after that edit all the capfiles as per the " "https://gorails.com/deploy/ubuntu/18.04#nginx" "
Application not deployed.

Please help me to troubleshoot .

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.