-
Notifications
You must be signed in to change notification settings - Fork 14
Deployment
valo edited this page Sep 13, 2010
·
2 revisions
The arena is deployed using the Capistrano tool and thus follows some basic layout, used for rails applications.
There are 3 items in the deployment:
releases – a folder which contains all the deployments done to that server. Most of the time only the last 2-3 deployments are enough to be kept
current – a symlink to the current deployed code. It points to a folder in the releases folder
shared – a folder containing various shared resources across the deployments
The tests folder is shared across the deploys in the shared folder. It is located in shared/sets