Changes between Version 59 and Version 60 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 10/10/16 10:01:11 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v59 v60 26 26 Do the same thing with [http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/configure-eden-cherokee-postgis.sh configure-eden-cherokee-postgis.sh] 27 27 28 Note: We install using the latest Trunk version s of both Web2Py & Eden. This can occasionally cause teething problems, so if you want a safer route then you may be better off with the [wiki:InstallationGuidelines/Linux/Server/ApacheMySQL Apache/MySQL] option or modifying these scripts to use the Stable versions of Web2Py & Eden.28 Note: We install using the latest Trunk version of Eden as there is no Stable release yet. This can occasionally cause teething problems, so you may need to revert back a version or get issues fixed via the mailing list. 29 29 30 30 == Before Imaging == 31 [http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/install-eden-cherokee-postgis.sh install-eden-cherokee-postgis.sh]32 [[Include(http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/install-eden-cherokee-postgis.sh, text/plain)]]31 [https://raw.githubusercontent.com/sahana/eden_deploy/master/install-eden-cherokee-postgis.sh install-eden-cherokee-postgis.sh] 32 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/install-eden-cherokee-postgis.sh, text/plain)]] 33 33 34 34 == After Imaging == 35 [http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/configure-eden-cherokee-postgis.sh configure-eden-cherokee-postgis.sh]36 [[Include(http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/configure-eden-cherokee-postgis.sh, text/plain)]]35 [https://raw.githubusercontent.com/sahana/eden_deploy/master/configure-eden-cherokee-postgis.sh configure-eden-cherokee-postgis.sh] 36 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/configure-eden-cherokee-postgis.sh, text/plain)]] 37 37 38 38 == Add a Test Site == 39 39 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: 40 [http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/add_test_site.sh add_test_site_update.sh]41 [[Include(http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/add_test_site.sh, text/plain)]]40 [https://raw.githubusercontent.com/sahana/eden_deploy/master/add_test_site.sh add_test_site_update.sh] 41 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/add_test_site.sh, text/plain)]] 42 42 43 43 == Add a Demo Site == 44 44 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): 45 [http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/add_demo_site.sh add_demo_site.sh]46 [[Include(http ://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/add_demo_site.sh, text/plain)]]45 [https://raw.githubusercontent.com/sahana/eden_deploy/master/add_demo_site.sh add_demo_site.sh] 46 [[Include(https://raw.githubusercontent.com/sahana/eden_deploy/master/add_demo_site.sh, text/plain)]] 47 47 48 48 == Next ==