| 60 | |
| 61 | == 4. Add a Test site (Optional) == |
| 62 | This script requires at least 4Gb on the main disk |
| 63 | |
| 64 | {{{ |
| 65 | sudo su - |
| 66 | wget https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_test_site.sh |
| 67 | chmod a+x add_test_site.sh |
| 68 | ./add_test_site.sh |
| 69 | |
| 70 | }}} |
| 71 | |
| 72 | NB This script has an issue & the file /etc/cherokee/cherokee.conf needs to be manually edited to fix the lines wrapping for Source 1 (fix welcomed!) |
| 73 | |
| 74 | == 5. Add a Demo site (Optional) == |
| 75 | This script requires at least 6Gb on the main disk. |
| 76 | |
| 77 | This script assumes that a Test site has already been installed |
| 78 | |
| 79 | {{{ |
| 80 | sudo su - |
| 81 | wget https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_demo_site.sh |
| 82 | chmod a+x add_demo_site.sh |
| 83 | ./add_demo_site.sh |
| 84 | |
| 85 | }}} |
| 86 | |
| 87 | NB This script has an issue & the file /etc/cherokee/cherokee.conf needs to be manually edited to fix the lines wrapping for Source 1 (fix welcomed!) |
| 88 | |