Changes between Version 9 and Version 10 of Ticket #478
- Timestamp:
- 01/28/13 17:37:15 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #478 – Description
v9 v10 8 8 9 9 1. Run [https://tech.transitionnetwork.org/trac/ticket/472 Quince to Puffin rsync script] to get Drupal files. 10 1. Make 'Transition Network 003' platform from the latest makefile per [https://wiki.transitionnetwork.org/BOA_Server#Building_the_TransitionNetwork.org_Drupal_6_platform BOA Server] page.11 1. Create an empty site on platform called ' transitionnetwork.org' with aliases for dev.newlive.puffin.webarch.net, newlive.puffin.webarch.net, www.transitionnetwork.organd dev.www.transitionnetwork.org (dev.newlive... ones will go after launch).10 1. Make 'Transition Network XXX' platform from the latest makefile per [https://wiki.transitionnetwork.org/BOA_Server#Building_the_TransitionNetwork.org_Drupal_6_platform BOA Server] page. 11 1. Create an empty site on platform called 'www.transitionnetwork.org' with aliases for dev.newlive.puffin.webarch.net, newlive.puffin.webarch.net, and dev.www.transitionnetwork.org (dev.newlive... ones will go after launch). 12 12 1. SSH to Puffin and replace the default files folder with symlink to the one imported: 13 13 {{{ 14 14 totn 15 cd static/transition-network-d6- 002/sites/transitionnetwork.org15 cd static/transition-network-d6-XXX/sites/transitionnetwork.org 16 16 rm -R files 17 17 ln -s ~/static/sites/transitionnetwork.org-PROD/files/ … … 25 25 drush transitionnetwork.org dis memcache memcache_admin session443 varnish 26 26 drush transitionnetwork.org updb 27 drush transitionnetwork.org pm-uninstall memcache memcache_admin session443 varnish28 27 }}} 29 28 1. Check site is ok.