Ruby on Rails 1.x Elastic Server
Build Your Ruby on Rails 1.x Elastic Server and Experience Development Bliss.
Learn more about CFT and the Elastic Server Factory
Visit the Ruby on Rails Home
Check out all the Ruby Gems at Ruby Forge
Getting Started
Choose your components
Use this page to select the components of your rails stack.
Build your server
The next page will ask you about some hardware choices and a virtualization platform.
Download and start your server
When the server starts, you will be able to access the admin console at http://serverip:2999. You'll get more instructions in your email.
Deploy with Capistrano!
- Follow basic capistrano installation
capify [rails root] - Download our deploy.rb
- Edit
deploy.rband enter your repository information - Type
cap deployfrom your Rails application root
Deploy using rsync
We recommend using Capistrano, but you can also manually rsync your app.
rsync -avzp [yourrailsdir]/*
root@[serverip]:/usr/local/cft/deploy/rails
Restart the Rails Server using the console.
If you chose the Mongrel Cluster, your application is now running on port 9000 with two mongrels on ports 9001 and 9002. Mongrel configuration screen coming soon!
Start Here