Changes between Version 9 and Version 10 of Ticket #478


Ignore:
Timestamp:
01/28/13 17:37:15 (4 years ago)
Author:
jim
Comment:

Tweaks to process.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #478 – Description

    v9 v10  
    88 
    991. 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.org and dev.www.transitionnetwork.org (dev.newlive... ones will go after launch). 
     101. 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. 
     111. 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). 
    12121. SSH to Puffin and replace the default files folder with symlink to the one imported: 
    1313{{{ 
    1414totn 
    15 cd static/transition-network-d6-002/sites/transitionnetwork.org 
     15cd static/transition-network-d6-XXX/sites/transitionnetwork.org 
    1616rm -R files 
    1717ln -s ~/static/sites/transitionnetwork.org-PROD/files/ 
     
    2525drush transitionnetwork.org dis memcache memcache_admin session443 varnish 
    2626drush transitionnetwork.org updb 
    27 drush transitionnetwork.org pm-uninstall memcache memcache_admin session443 varnish 
    2827}}} 
    29281. Check site is ok.