
Links not working on production server
9
Servers
I'm at a loss. After finally successfully deploying using Capistrano, and finally figuring out why my assets were missing, I have another issue. I have a link that point to static pages (contact)...
Chris Oliver replied

Deploy and delete text!
2
Servers
Help! When i deploy my app from local machine to vps, my local image, text and another information have been deleted! How can i fix it?
shakycode replied

Hosting static images in subdirectories of Public on nginx
11
Servers
Hey Chris (and others),
Switched to nginx from Apache and following the deploy guide for Ubuntu 14.04. My app (which is 3.2.X and Ruby 1.9.3) no longer serves the static images I store in public f...
shakycode replied

Creating & Installing SSL Certificate on DigitalOcean Ubuntu 14.04 VPS
7
Servers
Your [tutorial](https://gorails.com/deploy/ubuntu/14.04) on configuring a VPS on DigitalOcean for a Rails app is great! This came in super handy while I was creating mine!
Can you explain to me t...
Chris Oliver replied

404 Not Found after deploy to Ubuntu server
1
Servers
I followed the [tutorial](https://gorails.com/deploy/ubuntu/14.04) on this site and deploy my rail app on the newly setup ubuntu server.
the rails app is successfully run on heroku, so it must som...
Chris Oliver replied

Nginx.conf failed
7
Servers
I followed line by line in [this tutorial](https://gorails.com/deploy/ubuntu/14.04)to setup my own production server.
After Nginx is installed and up and running, I followed the instruction to mod...
Chris Oliver replied

Capistrano deployment errors
6
Servers
Hi,
I installed the working_hours gem to calculate SLA hours on my ticketsystem. It all works on dev so i was ready to deploy it to the production machine with capistrano
now i get the following ...
shakycode replied

Deploy Rails
9
Servers
Hi . Can you help me ? When i start : cap deploy production, i have errors:
1. rake stdout: Nothing written
2. rake stderr: syck has been removed, psych is used instead
How can i resolve them?
Artem Kiryanov replied

Passenger Spinning down in Production
5
Servers
My favorite combination of Rails/HTTP is Nginx + Passenger. They work wonderfully together and it's been super easy to setup across all of my apps. One thing I've noticed in some of my apps that ...
shakycode replied

Getting a 403 on Ubuntu + Nginx
3
Servers
My error log outputs the following,
[ 2014-11-02 04:18:12.0511 23504/7f64e6a36780 agents/Watchdog/Main.cpp:538 ]: Options: { 'analytics_log_user' => 'nobody', 'default_group' => 'nogroup', ...
Neeraj Kumar replied

rbenv: bundle: command not found
15
Servers
I'm trying to deploy my Rails app on my Digital Oceans VPS but I'm running into a error:
Running `cap production deploy` ends up with this error:
INFO[7cd03924] Running ~/.rbenv/bin/rbenv exec b...
shakycode replied

rbenv: 2.1.2 is not installed or not found
1
Servers
I'm trying to deploy my local Rails app to my Digital Ocean VPS using the GoRails guide > https://gorails.com/deploy/ubuntu/14.04
But I'm running into a error when I want to deploy:
cap pr...
Chris Oliver replied

where to look for errors besides nginx error logs
3
Servers
Hi,
My currently deployed Rails app seems to have issues with uploading images to Amazon S3 storage through CarrierWave.
I get the familiar "We're sorry, but something went wrong." message.
I ch...
shakycode replied
Solved