Changes between Version 61 and Version 62 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL


Ignore:
Timestamp:
07/12/17 18:35:28 (7 years ago)
Author:
Fran Boon
Comment:

--

Legend:

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

    v61 v62  
    1515This is split into 2 halves, as the 1st script can create a base image which is then customised per-instance using the configure script.
    1616
    17 Download:
     17Download & set permissions:
    1818{{{
    1919wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy/master/install-eden-cherokee-postgis.sh
     20chmod a+x install-eden-cherokee-postgis.sh
    2021wget --no-check-certificate https://raw.githubusercontent.com/sahana/eden_deploy/master/configure-eden-cherokee-postgis.sh
     22chmod a+x configure-eden-cherokee-postgis.sh
    2123}}}
    2224
    23 Give execute permission to your script:
    24 {{{
    25 chmod +x /path/to/install-eden-cherokee-postgis.sh
    26 /path/to/install-eden-cherokee-postgis.sh
    27 }}}
    28 Since . refers to the current directory: if yourscript.sh is in the current directory, you can simplify this to:
     25Install:
    2926{{{
    3027./install-eden-cherokee-postgis.sh
    3128}}}
    32 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]
     29
     30Configure:
     31{{{
     32./configure-eden-cherokee-postgis.sh
     33}}}
    3334
    3435Note: 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.