7 | | 1. Create an empty site on platform called 'news.transitionnetwork.org' with aliases for dev.news.puffin.webarch.net, news.puffin.webarch.net, www.transitionnetwork.org and dev.news.transitionnetwork.org (dev.news... ones will go after launch). |
| 7 | 1. Create an empty site on platform called 'news.transitionnetwork.org' with these aliases ('puffin' ones will go after launch): |
| 8 | {{{ |
| 9 | dev.news.transitionnetwork.org |
| 10 | news.puffin.webarch.net |
| 11 | dev.news.puffin.webarch.net |
| 12 | }}} |
| 13 | 1. SSH to Puffin and replace the default files folder with symlink to the one imported: |
| 14 | {{{ |
| 15 | totn |
| 16 | cd static/transition-network-d6-XXX/sites/news.transitionnetwork.org |
| 17 | rm -R files |
| 18 | ln -s ~/static/sites/news.transitionnetwork.org-PROD/files/ |
| 19 | }}} |