Changes between Version 76 and Version 77 of Dev/GettingStarted


Ignore:
Timestamp:
06/22/11 11:09:28 (2 years ago)
Author:
gcerto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/GettingStarted

    v76 v77  
    173173From 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]. 
    174174 
    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]. 
     175Once 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]. 
    176176 
    177177Let's finally focus on the installation of mod_wsgi. 
     
    227227}}} 
    228228 
    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] 
     229To have a better understanding of the WSGI interface you can refer to the following document [wiki:Dev/Technical/WSGI WSGI]. 
     230If 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] 
    231231 
    232232=== Edit the etc/indico.conf file. ===