| 3 | | Sahana Eden can be installed in many different modes: |
| 4 | | |
| 5 | | * Developer |
| 6 | | * [InstallationGuidelinesDeveloper Main Operating System] |
| 7 | | * [InstallationGuidelinesVirtualMachine Virtual Machine] |
| 8 | | |
| 9 | | * Production |
| 10 | | * [wiki:InstallationGuidelinesApacheModWSGI Apache with mod_wsgi] (best-supported) |
| 11 | | * [wiki:InstallationGuidelinesCherokee Cherokee] (well-supported) |
| 12 | | * [wiki:InstallationGuidelinesApacheModPython Apache with mod_python] |
| 13 | | * [wiki:InstallationGuidelinesApacheModProxy Apache with mod_proxy] |
| 14 | | * [wiki:InstallationGuidelinesApacheCGI Apache with CGI] |
| 15 | | * [wiki:InstallationGuidelinesApacheFastCGI Apache with FastCGI] |
| 16 | | * [wiki:InstallationGuidelinesLighttpd Lighttpd] |
| 17 | | * [wiki:InstallationGuidelinesIIS IIS] |
| 18 | | * [wiki:InstallationGuidelinesNginx nginx] |
| 19 | | * [wiki:InstallationGuidelines/Amazon Amazon] |
| 20 | | * [wiki:InstallationGuidelinesGoogleAppEngine GoogleAppEngine] |
| 21 | | * [wiki:InstallationGuidelinesMySQL MySQL] |
| 22 | | * [wiki:InstallationGuidelinesPostgreSQL PostgreSQL] |
| 23 | | |
| 24 | | * 3rd-party Applications |
| 25 | | * [wiki:GIS#Tools GIS Data] |
| 26 | | |
| 27 | | |
| 28 | | * Tips |
| 29 | | * Don't install applications with a hyphen in the name: web2py doesn't like this |
| 30 | | * Don't use an underscore in application names -- mod_wsgi has trouble with this, and it may not be legal in URLs. |
| 31 | | * Sqlite: Don't run an interactive Web2Py shell at the same time as Prod users accessing DB |
| 32 | | |
| 33 | | * ConfigurationGuidelines |
| 34 | | |
| 35 | | * MaintenanceGuidelines |
| 36 | | |
| 37 | | * TroubleShooting |
| | 3 | Sahana Eden can be installed on several different operating systems: |
| | 4 | * [InstallationGuidelines/Linux Linux] |
| | 5 | * [InstallationGuidelines/Mac Mac] |
| | 6 | * [InstallationGuidelines/Windows Windows] |