Search Results for "deploy-ubuntu-18-04-bionic-beaver-discussion-72b71cb4-5594-4c6f-84ab-dbea7c34f597"
Lessons
Forum Threads
Deploy Ubuntu 18.04 Bionic Beaver Discussion
79
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!
How to Deploy Rails to Production on Ubuntu 18.04 Bionic Beaver Discussion
2
General
Hey Chris - Do you have a best practices guide for server maintenance?
Brian
TL replied
Deploy Ubuntu 20.04 Focal Fossa Discussion
40
General
Thanks for the guide. There is an error installing NGINX on Ubuntu20.04: "The following packages have unmet dependencies:
libnginx-mod-http-passenger : Depends: passenger (= 1:6.0.4-1~bionic1) but...
deyes19 replied
How do I share my master.key with capistrano deployment
1
Rails
After following the guide [Deploy Ruby on Rails on ubuntu 18.04](https://gorails.com/deploy/ubuntu/18.04) I still have several problems with the app. Shows me the same error when rails can't find ...
Erica McDevitt replied
Solved
There are no Phusion Passenger-served applications running whose paths begin with '/path/to/app/directory'
5
Servers
I am trying to deploy my rails 6 application on Ubuntu 18 server which has Nginx + passenger .
when I run cap production deploy
it tell me "There are no Phusion Passenger-served applications runn...
Eloi Riera Lanau replied
Deploy Ruby project on Ubuntu 18.0
1
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 loa...
bhavya replied
Deploy with problems
1
Rails
hello everyone I have installed a ruby and rails application in vps of dreamhost with many problems and I have solved a lot but apparently this is too big or very complex. Just starting with this...
Chris Oliver replied
How do i deploy NGINX with passenger without installing rails?
3
Servers
I am using NGINX as a reverse proxy is there a simpler way to get installed besides for this tutorial?
https://gorails.com/deploy/ubuntu/18.04
Chris Oliver replied
How do I deploy my api rails 5.2 in AWS ec2?
1
Rails
I'm following the tutorial: https://gorails.com/deploy/ubuntu/18.04#ruby
But I'm getting stuck on:
01 ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `r...
EstherLewis replied
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
Problem installing Capistrano
4
Rails
I am following Chris's "Deploy Ruby on Rails on ubuntu 18.04 ..." But I am stuck at installing Capistrano! command "cap install STAGES=production" gives me the following error :
":$~ cap install S...
Deploy RoR app from Azure DevOps to Linux Server
2
General
Hi all.
Have some problem.
I'm newest in Azure DevOps (AD).
I created AD git repository for RoR project.
Created pipeline for `master` branch:
```
trigger:
- master
pool:
vmImage: 'ubuntu-18.04...
Bikram 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 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
How can I solve this problem?
2
Servers
ERROR (SSHKit::Command::Failed): Exception while executing on host 142.93.8.11: docker exit status: 1
docker stdout: Nothing written
docker stderr: Error: target failed to become healthy
Alan Reid replied
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
Deploy Ubuntu 14.04 Trusty Tahr Discussion
0
General
Setup Ubuntu 16.04 Xenial Xerus Discussion
110
General
Don't use "ssh-keygen -t rsa", use "-t dsa", much safer and not owned by NSA.... ;-)
Someone replied
Setup Ubuntu 14.04 Trusty Tahr Discussion
237
General
thnx
Someone 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