Changes between Version 98 and Version 99 of InstallationGuidelines/Amazon
- Timestamp:
- 10/10/16 09:59:52 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v98 v99 104 104 * Copy the installation and configuration scripts into the launched instance (assuming [wiki:InstallationGuidelines/Linux/Server/CherokeePostgreSQL Cherokee & PostgreSQL]): 105 105 {{{ 106 wget http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/install-eden-cherokee-postgis.sh106 wget https://raw.githubusercontent.com/sahana/eden_deploy/master/install-eden-cherokee-postgis.sh 107 107 chmod a+x install-eden-cherokee-postgis.sh 108 wget http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/configure-eden-cherokee-postgis.sh108 wget https://raw.githubusercontent.com/sahana/eden_deploy/master/configure-eden-cherokee-postgis.sh 109 109 chmod a+x configure-eden-cherokee-postgis.sh 110 110