The scripts we use assume a directory layout like this

and assume there is a drush alias 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


Moving sites between machines

How to move from production to test

 

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

There is also one for moving from victoria03: /usr/local/bin/update_test_from_victoria03.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

There is also one on victoria03 to update production there: /usr/local/bin/update_victoria03_from_test.sh

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

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

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