Skip to content
gnomet edited this page Nov 29, 2010 · 4 revisions

One easy way of deploying ASI is using Capistrano. The code has already a config/depoy.rb file that has few preconfigured servers. You can add your own to the if at the start and set all the variables according to your own server. Then the deployment should be as easy as:

cap deploy DEPLOY_ENV=name_of_your_server