Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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.

...