Changes between Version 57 and Version 58 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL


Ignore:
Timestamp:
02/08/16 03:38:08 (9 years ago)
Author:
Agga Bayu
Comment:

give execute permission

Legend:

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

    v57 v58  
    1414
    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.
     16
     17Give execute permission to your script:
     18{{{
     19chmod +x /path/to/install-eden-cherokee-postgis.sh
     20/path/to/install-eden-cherokee-postgis.sh
     21}}}
     22Since . refers to the current directory: if yourscript.sh is in the current directory, you can simplify this to:
     23{{{
     24./install-eden-cherokee-postgis.sh
     25}}}
     26Do 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]
    1627
    1728Note: We install using the latest Trunk versions 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.