Changes between Version 57 and Version 58 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 02/08/16 03:38:08 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v57 v58 14 14 15 15 This 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 17 Give execute permission to your script: 18 {{{ 19 chmod +x /path/to/install-eden-cherokee-postgis.sh 20 /path/to/install-eden-cherokee-postgis.sh 21 }}} 22 Since . 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 }}} 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] 16 27 17 28 Note: 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.