Description:
Adds Shoplift Capistrano setup to your project.
Example:
rails generate shopapp:deploy This will create (and you should check them each): Capfile - general capistrano components setup. Probably OK as it is. config/deploy.rb - general deployment setup for all environments. Carefully check each of the variables set in the file. config/deploy/production.rb - Production specific variables. Check server setup, the rest is likely OK as it is.