The scripts we use assume a directory layout like this

and assume there is a [drush alias|http://eporama.com/ramblings/drush-aliases] set up for the site called @\[domain name\] .

* it does not work with a domain name here!


How to change the modules and themes

How to rebuild your site

How to update your theme/module code on the site

How to work with your custom themes/modules

How to move from production to test

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

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

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

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

How to move from test to production

There is a script for this on victoria01: /usr/local/bin/update_production_from_test.sh

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

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

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