Changes between Initial Version and Version 1 of InstallationGuidelines/Linux/Server/ApachePostgresqlDebian8


Ignore:
Timestamp:
02/17/16 13:53:08 (9 years ago)
Author:
arminr
Comment:

--

Legend:

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

    v1 v1  
     1= Installation Guidelines: Linux (Production: Apache/PostgreSQL/Debian8) =
     2[[TOC]]
     3
     4 * [wiki:InstallationGuidelines/PostgreSQL PostgreSQL] is a database with powerful geospatial support
     5 * [wiki:InstallationGuidelinesApacheModWSGI]
     6
     7The simplest way to install is using our attached installation scripts.
     8
     9These assume that you are installing on Debian Stable (8 'Jessie').
     10 * Ubuntu will be similar, although you may need to tweak the setup (e.g. different PostgreSQL versions)
     11
     12This is split into 2 halves, as the 1st script can create a base image which is then customised per-instance using the configure script.
     13
     14Give execute permission to your script:
     15{{{
     16chmod +x /path/to/install-eden-apache-postgis-debian8.sh
     17/path/to/install-eden-apache-postgis-debian8.sh
     18}}}
     19Since . refers to the current directory: if yourscript.sh is in the current directory, you can simplify this to:
     20{{{
     21./install-eden-apache-postgis-debian8.sh
     22}}}
     23
     24Note: We install using the latest Trunk versions of 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 Eden.
     25
     26== Before Imaging ==
     27[http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/ApachePostgresqlDebian8/install-eden-apache-postgis-debian8.sh install-eden-apache-postgis-debian8.sh]
     28[[Include(http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/ApachePostgresqlDebian8/install-eden-apache-postgis-debian8.sh, text/plain)]]
     29
     30== After Imaging ==
     31[http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/ApachePostgresqlDebian8/configure-eden-apache-postgis-debian8.sh configure-eden-apache-postgis-debian8.sh]
     32[[Include(http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/ApachePostgresqlDebian8/configure-eden-apache-postgis-debian8.sh, text/plain)]]
     33
     34== Next ==
     35If you wish to update your site from an alternate github repo this can be done using:
     36* ConfigurationGuidelines#SwitchtoanalternateGitHubrepo
     37
     38Administration Guide:
     39* [wiki:UserGuidelines/Admin Administration Guide]