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

An other deployment question

1
Servers
Hello everyone! I'm new to Rails (and at coding in general) and english is not my mother tongue, so I might say clumsy stuffs, so please bear with me :D I'm finally ready to launch my first app l...
Ariff Munshi replied

Deployment Question

0
Servers
[there was an error on original submission of this post, so I did it again and duplicated it. this one can be deleted!] [Please see this post](https://gorails.com/forum/deployment-question)
Chris Zempel posted

Deployment Question

6
Servers
Hey, debugging a deployment script I didn't set up and running into an error that I'm not making any headway with via StackOverflow or general Googling. Here's what it is: ``` bundle exec cap sta...
Chris Zempel replied

Migration Issue caused Heroku to fail.

2
Servers
I have an application on Heroku that uses the Paperclip gem that recently had some issues - and I'm not 100% sure on what it was that caused it. I have the application working locally (including th...
Francisco Quinones replied

Non-rails, block ip address from nginx without logging to error.log?

4
Servers
Posted this to serverfault too, but I'm still stuck: I have a server that keeps trying to brute force hack via xml-rpc post on a wordpress site (I know, I know). I've blocked the ip address in ng...
Brian Schwartz replied

rubber:passenger:add_to_pool takes forever

3
Servers
I'm using Rubber 3.1.0 with Capistrano 2.15.5 When I try to deploy my app(default rails-devise-pundit) to production on EC2, it goes on perfectly till command finished in 2849ms triggering after ...
Chris Oliver replied

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