Versions Compared

Key

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

...

  • Wiki Markup
    go to victoria02 and cd /libweb/sites/\[your site name\]/make
  • Wiki Markup
    svn up \[your site name\]
    Wiki Markup
    sudo dr-make.sh @\[your site name\]
  • Panel

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

How to update your theme/module code on the site

  • make changes on your copy and check them in to svn
  • Wiki Markup
    go to victoria02 and cd /libweb/sites/\[your site name\]/htdocs/sites/all/\[modules or themes\]/\[your code's name\]
  • svn up

...

Panel

There is a script for this on victoria01victoria02: /usr/local/bin/update_test_from_production.sh

**************************************

Usage: sudo /usr/local/bin/update_test_from_production.sh <production domain> <test domain>

**************************************

...