Versions Compared

Key

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

...

  • ask Enrico Silterra to do the tasks for setting up a new site
    • set up subdomain (eg. mysite.test1.library.cornell.edu)
    • set up directory structure on libdev (eg.  /webvision-dev/apache2/drupals/mysite)
    • create mysql database and user for Drupal
    • install drupal core files and doctor sites/default/settings.php to include user/password/db for this site
    • create subversion directory for the site under Drupal-Sites
    • get CUWebAuth set up if necessary
  • go to the site and run the Drupal install (eg. http://mysite.test1.library.cornell.edu/install.php)
  • you may need to update the Drupal core if it's out of date
  • check out Drupa-Sites/mysite.library.cornell.edu from SVN
  • add whatever modules you need to site.manifest
  • webvision.manifest should only have modules/cul_common (other webvision modules are out of date)
  • check in your changes to Drupa-Sites/mysite.library.cornell.edu
  • do the 'Update a site on the test server' procedure
  • add a line to /webvision-dev/apache2/drupals/crons/testcrons

...