| | 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 | |
| | 7 | The simplest way to install is using our attached installation scripts. |
| | 8 | |
| | 9 | These 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 | |
| | 12 | 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. |
| | 13 | |
| | 14 | Give execute permission to your script: |
| | 15 | {{{ |
| | 16 | chmod +x /path/to/install-eden-apache-postgis-debian8.sh |
| | 17 | /path/to/install-eden-apache-postgis-debian8.sh |
| | 18 | }}} |
| | 19 | Since . 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 | |
| | 24 | Note: 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 == |
| | 35 | If you wish to update your site from an alternate github repo this can be done using: |
| | 36 | * ConfigurationGuidelines#SwitchtoanalternateGitHubrepo |
| | 37 | |
| | 38 | Administration Guide: |
| | 39 | * [wiki:UserGuidelines/Admin Administration Guide] |