Changes between Version 2 and Version 3 of InstallationGuidelines/Linux/Server/ApacheMySQL
- Timestamp:
- 10/22/11 07:31:26 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/ApacheMySQL
v2 v3 1 [[TOC]] 1 2 Installs that are maintained by others are usually installed with Apache & MySQL. 2 3 * [wiki:InstallationGuidelinesApacheModWSGI Apache] is a well-supported & flexible web server which can run Sahana well through mod_WSGI … … 7 8 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. 8 9 9 Before Imaging: install-eden-apache-mysql.sh 10 == Before Imaging == 11 [http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/ApacheMySQL/install-eden-apache-mysql.sh install-eden-apache-mysql.sh] 10 12 {{{ 11 13 #!/bin/sh … … 201 203 }}} 202 204 203 After Imaging: configure-eden-apache-mysql.sh 205 == After Imaging == 206 [http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/ApacheMySQL/configure-eden-apache-mysql.sh configure-eden-apache-mysql.sh] 204 207 {{{ 205 208 #!/bin/sh