Changes between Version 63 and Version 64 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL


Ignore:
Timestamp:
02/28/18 11:37:42 (7 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Server/CherokeePostgreSQL

    v63 v64  
    1717Download & set permissions:
    1818{{{
    19 wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy/master/manual/install-eden-cherokee-postgis.sh
     19wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/install-eden-cherokee-postgis.sh
    2020chmod 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.sh
     21wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/configure-eden-cherokee-postgis.sh
    2222chmod a+x configure-eden-cherokee-postgis.sh
    2323}}}
     
    3636
    3737== 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)]]
    4040
    4141== 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)]]
    4444
    4545== Add a Test Site ==
    4646If 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)]]
    4949
    5050== Add a Demo Site ==
    5151If 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)]]
    5454
    5555== Next ==