*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Set up the local directory
- Add these empty directories:
- backup
- drupal_config
- private_files
- public
- Let capistrano create it's files and directories
Code Block capify .- (this creates Capfile and config/deploy.rb)
- featureserver_test_library_cornell_edu
- .git
- .gitignore
- README.txt
- backup/ - place for backup files
- drupal_config/ - a place for Drupal make file and module lists
- private_files/ - point Drupal's private file directory at this directory (later)
- public/ - put your Drupal site here (later)
...