*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
- featureserver_test_library_cornell_edu
- .git
- .gitignore
- Capfile
- config
- deploy.rb
- README.txt
- backup/ - place for backup files
- private_files/ - point Drupal's private file directory at this directory (later)
- public/ - put your Drupal site here (later)
Change the default deploy.rb to add stages (eg. staging, production) and add a deploy directory containing a file for each stage.
...