Search Results for "deploying-rails-app-on-ubuntu-server-error"
Lessons
Forum Threads

Deploy Multiple Rails Apps to Same DigitalOcean Droplet?
16
General
I've used your guide to [deploy a Rails app](https://gorails.com/deploy/ubuntu/14.04) to a DO droplet -- which was extremely helpful! However, now I'm at the point where I'd like to take advantage...
Andrés Howard replied

Capistrano Rbenv Bundle Failed
10
Servers
Hi,
I'm following this tutorial on deploying rails app
https://gorails.com/deploy/ubuntu/16.04
About to reach the last step but it failed when performing bundle install as screenshot below

Deploy Ubuntu 22.04 Jammy Jellyfish Discussion
46
General
Thanks a lot for this step by step guide!
Anyway, I'm facing a problem with Passenger. After deploying the app, I see this in the nginx logs:
Error opening '/home/deploy/my_app/current/Passengerfi...
Hamdan M replied

Issues Deploying Rails App
5
Rails
Hi there,
I'd like to deploy my app and I followed a long tutorial (not the GoRails one badly :( ) but I managed to put it on the server and running with Capistrano. DB is postgre and OS is Debian...
jundalisay replied

Deploy Ubuntu 18.04 Bionic Beaver Discussion
77
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!

Bundle Package and Deployment
10
Rails
Hi all,
New user to the Gorails site, what a fantastic resource! I'll be upgrading to Pro shortly.
I have a first question (probably of many)...
I am deploying my app with Capistrano and it work...
Chris Oliver replied

Iam desperately trying to deploy my App with Capistrano but it isnt working
2
Rails
Hey Folks,
I have always received great help here, so I hope that it will work out this time so shortly before the end. I would like to deploy my app on my server and use capistrano. However, I c...
Sebastian replied
Solved

Wrong Ruby version with Postgres user
4
Ruby
I'm having a difficult time understanding the postgres section. I've setup a postgres user but when I type "ruby -v" with that user I get 1.9.3, whereas with the deploy user I get 2.1.3 (the correc...
Jeff See replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion
371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

File Uploads with Refile Discussion
94
General
Awesome.
Someone replied

Deploying To Production on Heroku with Puma Discussion
21
General
So chris im using this on my db.yml fileproduction: <<: *default host: xxxxxxx database: xxxxxx password: xxxxx port: xxxxxx username:xxxxxon your video you paste this codeproduction:...
Joseph replied

Why my rails production server reaches to 100% CPU usage and making app to be unresponsive?
11
Servers
Hi
My rails app production server CPU usage sometimes reaches to 100% and making app to be unresponsive. We are using Ubuntu 16.04.1 LTS server and configured Rails app along with Nginx and passe...

Rails Application Templates Discussion
38
General
Hello,Im gettingCould not find "Procfile" in any of your source paths. Your current source paths are:
/Users/my_user/Documents/dev/my_app/https:/raw.githubusercontent.com/excid3/jumpstart/masterUsi...
Mpumelelo replied

Deploy Ubuntu 12.04 Precise Pangolin Discussion
104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion
77
General
Chris, this is awesome!I was hoping you'd do a Searchkick/ElasticSearch video since you did the Ransack video!Thanks for all the great videos!

Got error message when I install Capistrano, stuck at deployment for two days.
23
Servers
I spent 2 days followed "Deploy Ruby On Rails onUbuntu 18.04 Bionic Beaver" , tried to deploy my rails project, now i'm out of my mind! I have repeated whole process for more than 4 times, always ...
Solved

What's a good way for upgrading a server?
4
Servers
I have an internal application that is running fine now, but I need to upgrade the version of Ubuntu Server on it. I have put this off wayyyy too long. Essentially I have a "VMWare box" on the co...
Chris Oliver replied
Solved

How to migrate from Heroku to Digital Ocean
10
Servers
Chris, I'm thinking of moving to digital Ocean from Heroku but my knowledge on this topic is cloudy. Can you tell us about the differences between the 2 service? and benefit.
tim carmichael replied
Solved

Active Storage and Subdomains
3
Rails
I have a simple app for photos and wanted to make it a subdomain of a domain I own and use. It would be https://photos.com This seems to break active storage however. Has anyone else ran into a sim...
Chris Oliver replied
Solved