Changes between Version 101 and Version 102 of InstallationGuidelines/Amazon
- Timestamp:
- 10/13/16 14:36:38 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v101 v102 104 104 * Copy the installation and configuration scripts into the launched instance (assuming [wiki:InstallationGuidelines/Linux/Server/CherokeePostgreSQL Cherokee & PostgreSQL]): 105 105 {{{ 106 wget https://raw.githubusercontent.com/sahana/eden_deploy/master/install-eden-cherokee-postgis.sh106 wget --no-check-certificate 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 https://raw.githubusercontent.com/sahana/eden_deploy/master/configure-eden-cherokee-postgis.sh108 wget --no-check-certificate 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