Versions Compared

Key

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

...

How to change the modules and themes

  • if the drush.make file is in git
    • it will likely be in github in cul-it in a repository named after the site
    • clone the repo to your local machine to do the updates, then check back in on the master branch
  • if the drush.make file is in subversion
    • find your make file under cul-drupal/[drupal_6 or drupal_7]/make/[your site name]/[your site name].make
  • add lines or modify the version of the module listed according to the drush make file format (use other sites for examples)
  • check in the changed version

...

  • go to victoria02 and cd /libweb/sites/[your site name]/make
  • dr-make.sh @[your site name]
  • Panel

    Note: the alias argument @[your site name] is no longer necessary for dr-make.sh

  • a few sites on victoria02 use drush.make files stored in git
    • use ~/drupal-site-moves/dr-make-git.sh for these
    • main1.test.library.cornell.edu

How to update your theme/module code on the site

...