Tagged Questions
4
votes
2answers
206 views
How to set only specific nginx server block into maintenance mode programmatically
I am looking for a solution to automate one of our application's deployment process. In the beginning of deployment, I would like to programmatically set the specified server into maintenance mode and ...
0
votes
2answers
496 views
Zero downtime deployment (Tomcat), Nginx or HAProxy, behind hardware LB - how to “starve” old server?
Currently we have the following setup.
Hardware Load Balancer (LB)
Box A running Tomcat on 8080 (TA)
Box B running Tomcat on 8080 (TB)
TA and TB are running behind LB.
For now it's pretty ...
3
votes
1answer
193 views
Deploying Django App with Nginx, Apache, mod_wsgi
I have a django app which can run locally using the standard development environment. I want to now move this to EC2 for production. The django documentation suggests running with apache and ...
0
votes
2answers
767 views
Chef-solo cannot locate an nginx recipe template
I have been recently experimenting with Chef. I thought I would attempt to rebuild my personal web server using chef-solo. It's an AWS instance running the Amazon 64bit Linux AMI.
My first ...
1
vote
1answer
525 views
Passenger is preventing Bundler from seeing my git gems
I'm attempting to deploy a Rails 3.1 application to an Ubuntu 11.04 server running nginx-1.0.0 and passenger-3.0.7
I have a system-level RVM install at /usr/local/rvm/gems/ruby-1.9.2-p180
My ...
1
vote
1answer
363 views
How can I deploy a django application to multiple servers efficiently?
What are a few options to deploy changes made to a django project to multiple servers simultaneously in an efficient manner?
Are there any tools that would allow servers to checkout latest changes ...
0
votes
2answers
564 views
How should I deploy my Rails application on a VPS for quick scalability?
I created a web application using NGINX, Rails, and MySQL. Currently they are all running on a single VPS (Slicehost). I've followed best practices and maintained a very minimal ...