Skip to content

Empact/elasticrails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

How to install
1. install the plugin
ruby script/plugin install svn://rubyforge.org/var/svn/elasticrails

2. Install capistrano
<pre>gem install -y capistrano</pre>

3. "Capify" your app
<pre>capify .</pre>
..from the root directory of your rails application

4. Add the following to the Capfile that is generated:

load 'vendor/plugins/elasticrails/elastic_rails'

..and comment out the second line like this:
#load 'config/deploy'

Releases

No releases published

Packages

No packages published

Languages