Changes between Version 2 and Version 3 of InstallationGuidelines/Linux/Server/ApacheMySQL


Ignore:
Timestamp:
10/22/11 07:31:26 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

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

    v2 v3  
     1[[TOC]]
    12Installs that are maintained by others are usually installed with Apache & MySQL.
    23 * [wiki:InstallationGuidelinesApacheModWSGI Apache] is a well-supported & flexible web server which can run Sahana well through mod_WSGI
     
    78This is split into 2 halves, as the 1st script can create a base image which is then customised per-instance using the configure script.
    89
    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]
    1012{{{
    1113#!/bin/sh
     
    201203}}}
    202204
    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]
    204207{{{
    205208#!/bin/sh