You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
Tim Morgan edited this page Aug 28, 2014
·
3 revisions
If you're familiar with Capistrano deployments, you can make use of the existing config/deploy.rb along with your own config/deploy/production.rb that includes your server name and custom config.
Once everything is setup, deploying new versions of OneBody to your server will be as simple as:
cap deploy
Capistrano will take care of pushing new code, migrating your database, compiling assets, etc.
If you've never heard of Capistrano and/or you don't love thinking about spending your precious time automating server stuff, then you should probably go back and pick a different installation method. :-)