Changes between Version 58 and Version 59 of InstallationGuidelines/Amazon
- Timestamp:
- 06/23/13 20:08:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v58 v59 99 99 Run configure-eden-cherokee-postgis.sh to configure the instance: 100 100 {{{ 101 sudo su - 101 102 ./configure-eden-cherokee-postgis.sh 102 103 … … 105 106 * Add a Test site (4Gb+) 106 107 {{{ 108 sudo su - 107 109 wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/add_test_site.sh 108 110 chmod a+x add_test_site.sh 109 111 ./add_test_site.sh 110 rm add_test_site.sh 112 111 113 }}} 112 114