Changes between Version 2 and Version 3 of InstallationGuidelines/Amazon/Manual
- Timestamp:
- 02/28/18 11:36:13 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon/Manual
v2 v3 21 21 * Copy the installation and configuration scripts into the launched instance (assuming [wiki:InstallationGuidelines/Linux/Server/CherokeePostgreSQL Cherokee & PostgreSQL]): 22 22 {{{ 23 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy /master/install-eden-cherokee-postgis.sh23 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/install-eden-cherokee-postgis.sh 24 24 chmod a+x install-eden-cherokee-postgis.sh 25 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy /master/configure-eden-cherokee-postgis.sh25 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/configure-eden-cherokee-postgis.sh 26 26 chmod a+x configure-eden-cherokee-postgis.sh 27 27