Changes between Version 78 and Version 79 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
04/21/14 20:06:12 (11 years ago)
Author:
Fran Boon
Comment:

+ add_demo_site

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v78 v79  
    135135}}}
    136136
    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 ==
     140This script requires at least 4Gb on the main disk
     141
    138142{{{
    139143sudo su -
     
    143147
    144148}}}
     149
    145150NB 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!)
    146151
    147 [UserGuidelines/Admin/Configuration Admin Guide] - especially read how to set the sender & approver emails
     152
     153== Add a Demo site ==
     154This script requires at least 6Gb on the main disk.
     155
     156This script assumes that a Test site has already been installed
     157
     158{{{
     159sudo su -
     160wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/add_demo_site.sh
     161chmod a+x add_demo_site.sh
     162./add_demo_site.sh
     163
     164}}}
     165
     166NB 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
    148169== Grow the Diskspace ==
    149170The 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!)