Changes between Version 63 and Version 64 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 02/28/18 11:37:42 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v63 v64 17 17 Download & set permissions: 18 18 {{{ 19 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy /master/manual/install-eden-cherokee-postgis.sh19 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/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/manual/configure-eden-cherokee-postgis.sh21 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/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/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)]]38 [https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/install-eden-cherokee-postgis.sh install-eden-cherokee-postgis.sh] 39 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/install-eden-cherokee-postgis.sh, text/plain)]] 40 40 41 41 == After Imaging == 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)]]42 [https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/configure-eden-cherokee-postgis.sh configure-eden-cherokee-postgis.sh] 43 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/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/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)]]47 [https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_test_site.sh add_test_site_update.sh] 48 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_test_site.sh, text/plain)]] 49 49 50 50 == Add a Demo Site == 51 51 If you wish to add a third site to your system for Demo purposes (have dummy data loaded which doesn't require so strict an authentication to read, allow people to add dummy data of their own to practise) then you can use this script (NB assumes that a Test site has already been added): 52 [https://raw.githubusercontent.com/sahana/eden_deploy /master/add_demo_site.sh add_demo_site.sh]53 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy /master/add_demo_site.sh, text/plain)]]52 [https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_demo_site.sh add_demo_site.sh] 53 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_demo_site.sh, text/plain)]] 54 54 55 55 == Next ==