• It's unusual
    • This is a drupal site in a sub-drectory of a static html site: http://goldsen.library.cornell.edu/etc/ 
    • It also uses Filemaker to supply the contents under http://goldsen.library.cornell.edu/general/
      • http://lib-filemaker.library.cornell.edu/fmi/xml

  • http://goldsen.library.cornell.edu
    • this is on victoira01
    • (test site is http://goldsen.test.library.cornell.edu/  on victoria02)
  • The configuration of the site needs to be changed to allow this.
    • /libweb/sites/<domain>/conf/vhost-drupal.conf has a special line in it
      • <Directory "/libweb/sites/goldsen.test.library.cornell.edu/htdocs/etc"> or <Directory "/libweb/sites/goldsen.library.cornell.edu/htdocs/etc">

  • There are special scripts to move the site between victoria01 and victoria02
    • they are in SVN not GitHub
      • https://svn.library.cornell.edu/cul-drupal/scripts/move-goldsen-to-production.sh
      • https://svn.library.cornell.edu/cul-drupal/scripts/move-goldsen-to-test.sh
    • The drupal-site-moves/set_permissions.sh script should NOT be used with this site since it is made for normal site configurations
    • move-goldsen-to-test.sh
      • can only be run on victoria02
      • moves the entire site (html static and drupal) from victoria01 to victoria02
    • move-goldsen-to-production.sh
      • can only be run on victoria01
      • moves the entire site (html and drupal) from victoria02 to victoria01
  • Pitfalls
    • the Drupal part of the site can come up looking like it's trying to install Drupal if the permissions of settings.php are wrong - they should be:
      • -r--r----- 1 apache lib_web_dev_role 23543 Mar 27  2014 settings.php