Changes between Version 62 and Version 63 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 02/09/18 14:23:12 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v62 v63 17 17 Download & set permissions: 18 18 {{{ 19 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy/master/ install-eden-cherokee-postgis.sh19 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy/master/manual/install-eden-cherokee-postgis.sh 20 20 chmod a+x install-eden-cherokee-postgis.sh 21 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy/master/ configure-eden-cherokee-postgis.sh21 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy/master/manual/configure-eden-cherokee-postgis.sh 22 22 chmod a+x configure-eden-cherokee-postgis.sh 23 23 }}} … … 36 36 37 37 == Before Imaging == 38 [https://raw.githubusercontent.com/sahana/eden_deploy/master/ install-eden-cherokee-postgis.sh install-eden-cherokee-postgis.sh]39 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/ install-eden-cherokee-postgis.sh, text/plain)]]38 [https://raw.githubusercontent.com/sahana/eden_deploy/master/manual/install-eden-cherokee-postgis.sh install-eden-cherokee-postgis.sh] 39 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/manual/install-eden-cherokee-postgis.sh, text/plain)]] 40 40 41 41 == After Imaging == 42 [https://raw.githubusercontent.com/sahana/eden_deploy/master/ configure-eden-cherokee-postgis.sh configure-eden-cherokee-postgis.sh]43 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/ configure-eden-cherokee-postgis.sh, text/plain)]]42 [https://raw.githubusercontent.com/sahana/eden_deploy/master/manual/configure-eden-cherokee-postgis.sh configure-eden-cherokee-postgis.sh] 43 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/manual/configure-eden-cherokee-postgis.sh, text/plain)]] 44 44 45 45 == Add a Test Site == 46 46 If you wish to add a second site to your system for Test purposes (QA of new code & practising data migrations) then you can use this script: 47 [https://raw.githubusercontent.com/sahana/eden_deploy/master/ add_test_site.sh add_test_site_update.sh]48 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/ add_test_site.sh, text/plain)]]47 [https://raw.githubusercontent.com/sahana/eden_deploy/master/manual/add_test_site.sh add_test_site_update.sh] 48 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/manual/add_test_site.sh, text/plain)]] 49 49 50 50 == Add a Demo Site ==