Tagged Questions
0
votes
1answer
106 views
Why does amazon ec2 have downtime after deploy when other identical servers do not?
This has puzzled me for the past few months...I'm admittedly new to server administration and I took a stab running a production rails app over at EC2. While I've learned a lot and feel pretty ...
0
votes
1answer
17 views
Migrate Rails app with passenger, capistrano(with rubber), and ImageMagick to Dreamhost
I have a beta app that a developer has made for my company and I need to clone their work onto another server.
I have successfully backed up the MySQL database to another server and copied all their ...
0
votes
2answers
401 views
Rails application only showing Nginx default page
I am having problems with my Rails application that will use Nginx and Passenger. I've already deployed the application and have setup the nginx config file as such:
server {
listen 80;
...
0
votes
1answer
104 views
Ruby on Rails/Passenger with Apache2 - setting up sub domains
I'm trying to configure Apache2 and mod_passenger so I can have one site at the root of the server example.com/ and another totally different rails instance at example.com/second.
My ...
0
votes
3answers
1k views
Capistrano + Nginx + Passenger = 403
I asked this over at stackoverflow as well, but still haven't received any answers that have helped me to solve this problem. I have spent almost a week at this point trying to solve the issue, and ...
0
votes
2answers
404 views
Capistrano requiring root password to deploy - bad
I'm using Capistrano to deploy to my VPS (ubuntu, on Linode) and it seems to be requiring my root user's password to complete part of the deployment. This is not good as I see it.
(I'm rolling with ...