Changes between Version 76 and Version 77 of Dev/GettingStarted
- Timestamp:
- 06/22/11 11:09:28 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/GettingStarted
v76 v77 173 173 From the version v0.98, Indico is running with mod_wsgi and not with mod_python anymore. If you already have a previous installation of Indico with mod_python, you should first remove it before starting the mod_wsgi installation and configuration. If this is your case, you should first take a look at the following page [wiki:Admin/Installation0.98#a3.1Removingmod_python removing mod_python]. 174 174 175 Once mod_python totally removed from your configuration you can proceed by installing mod_wsgi. The following steps will concern only the configuration in Linux, you can refer to this page to have the details about the configuration in Windows: [wiki: Admin/Installation0.98#a3.2.2.InstallationonWindows Windows config].175 Once mod_python totally removed from your configuration you can proceed by installing mod_wsgi. The following steps will concern only the configuration in Linux, you can refer to this page to have the details about the configuration in Windows: [wiki:Dev/Technical/WSGI#a3.2.2.InstallationonWindows Windows config]. 176 176 177 177 Let's finally focus on the installation of mod_wsgi. … … 227 227 }}} 228 228 229 To have a better understanding of the WSGI interface you can refer to the following document [wiki:Dev/Technical/WSGI ].230 If you need more informations about the installation of v0.98, the configuration of a secured protocol and so on, please refer to [wiki:Admin/Installation0.98 ]229 To have a better understanding of the WSGI interface you can refer to the following document [wiki:Dev/Technical/WSGI WSGI]. 230 If you need more informations about the installation of v0.98, the configuration of a secured protocol and so on, please refer to [wiki:Admin/Installation0.98 v0.98 Installation] 231 231 232 232 === Edit the etc/indico.conf file. ===
