Versions Compared

Key

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

...

  • featureserver_test_library_cornell_edu
    • .git
    • .gitignore
    • backup/ - place for backup files
    • private_files/ - point Drupal's private file directory at this directory
    • public/ - put your Drupal site here

Set up capistrano with the multistage features

...

Code Block

# .gitignore
# Ignore configuration files that may contain sensitive information.
public/sites/*/*settings*.php
!public/sites/*/default.settings.php

# Ignore paths that contain generated content.
cache/
public/sites/default/files
public/sites/default/tmp
private_files

# Ignore .htaccess files since servers want them to be empty
public/.htaccess

Server Directory