Versions Compared

Key

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

...

  • Each site is located under /webvision-dev/apache2/drupals/ in a directory named with the prefix test. (eg. test.mysite.library.cornell.edu)
    • A new set of sites is coming with the domain suffix test1.library.cornell.edu (eg. http://preservation.test1.library.cornell.edu/Image Removed )
      • these have directories in the /webvision-dev/apache2/drupals/ also (eg. preservation.test.library.cornell.edu)
  • Each site has these subdirectories on the server
    • bkp - scripts to backup & restore file system and mysql database for the site, site backups
    • build - scripts to check out modules and themes from Subversion Version Control System (SVN) & place them on the site
    • conf - virtual host configuration file
    • htdocs - web visible site
    • logs - large sticks
  • Your user account on libdev
    • install drush - drupal shell commands
      • put the drush directory in ~/bin so you can find ~/bin/drush/drush.php
    • install drush module manager
      • put the mm directory in
    • be a member of the solaris group diglibdev-role

Desktop

The developer checks out the site from SVN
svn+ssh://your-netid-here@libdev.library.cornell.edu/webvision-dev/svn/sites
onto his/her desktop machine to find this structure:

...