...
Next step: build the drupal site inside public/ including an installation profile we can use to build the site on a target machine.
Once you get the Drupal site set up you'll need to push that all into git also.
Before the first deploy
Set up the staging/production server directories
Install Drupal
Final preparations
Server Directory
Note: We currently don't have the servers set up to follow Capistrano's 'current' symlink. To work things out I've added a 'cap' directory:
/libweb/sites/<domain name>/cap
and deployed the sites there. If you add a symlink like this
/libweb/sites/<domain name>/htdocs/capcurrent -> ../cap/current/public
you can see the deployed site at
http://<domain name>/capcurrent
BUT it only works if you turn off Clean URLS
http://<domain name>/capcurrent/?q=admin/config/search/clean-urlsHere is a JIRA issue about setting up new development and deploy servers.