111 | | |
112 | | == 4. Add a Test site (Optional) == |
113 | | This script requires at least 4Gb on the main disk |
114 | | |
115 | | {{{ |
116 | | sudo su - |
117 | | wget https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_test_site.sh |
118 | | chmod a+x add_test_site.sh |
119 | | ./add_test_site.sh |
120 | | |
121 | | }}} |
122 | | |
123 | | 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!) |
124 | | |
125 | | == 5. Add a Demo site (Optional) == |
126 | | This script requires at least 6Gb on the main disk. |
127 | | |
128 | | This script assumes that a Test site has already been installed |
129 | | |
130 | | {{{ |
131 | | sudo su - |
132 | | wget https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_demo_site.sh |
133 | | chmod a+x add_demo_site.sh |
134 | | ./add_demo_site.sh |
135 | | |
136 | | }}} |
137 | | |
138 | | 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!) |