Changes between Version 78 and Version 79 of InstallationGuidelines/Amazon
- Timestamp:
- 04/21/14 20:06:12 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v78 v79 135 135 }}} 136 136 137 * Add a Test site (4Gb+) 137 [UserGuidelines/Admin/Configuration Admin Guide] - especially read how to set the sender & approver emails 138 139 == Add a Test site == 140 This script requires at least 4Gb on the main disk 141 138 142 {{{ 139 143 sudo su - … … 143 147 144 148 }}} 149 145 150 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!) 146 151 147 [UserGuidelines/Admin/Configuration Admin Guide] - especially read how to set the sender & approver emails 152 153 == Add a Demo site == 154 This script requires at least 6Gb on the main disk. 155 156 This script assumes that a Test site has already been installed 157 158 {{{ 159 sudo su - 160 wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/add_demo_site.sh 161 chmod a+x add_demo_site.sh 162 ./add_demo_site.sh 163 164 }}} 165 166 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!) 167 168 148 169 == Grow the Diskspace == 149 170 The initial disk space on some images is just 1GB. If you have this, then this should be grown to 4Gb (don't just size the volume to 4Gb to start with as the image only uses 1Gb of it!)