Changes between Version 41 and Version 42 of Admin/Installation


Ignore:
Timestamp:
01/11/10 15:40:41 (3 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Admin/Installation

    v41 v42  
    44'''Only v0.97+''' 
    55 
    6 == Before starting == 
     6== 0. Before starting == 
    77 
    88Currently, Indico can only run on [http://www.modpython.org/ mod_python], using the [http://httpd.apache.org Apache httpd] server. Make sure you install them for your operating system (as well as Python, of course), if you don't have them yet. These are the recommended versions: 
     
    3131 * [wiki:Admin/Installation/IndicoExtras Indico extras (e.g. ttfonts)] 
    3232 
    33 == Installing it == 
     33== 1. Installing it == 
    3434There are two options: 
    35  * Fetching a release tarball - get it [wiki:Download#Download here]; 
     35 * Fetching a release - get it [wiki:Download#Download here]; 
    3636 * Checking out a [wiki:Download#Gitsources Git tree] ('''development sources'''); 
     37 
     38=== fetching a release === 
     39 
     40You can do it using `easy_install`, a tarball or an egg file, as explained 
     41[wiki:Releases/Indico0.97.0 here]. 
    3742 
    3843=== from Git === 
     
    4247}}} 
    4348 
    44 `easy_install` will fetch all the dependencies for you and install Indico as a Python EGG in your Python library path. 
     49The setup script will fetch all the dependencies for you and install Indico as a Python EGG in your Python library path. 
     50 
     51== 2. Post-Install script == 
    4552 
    4653The next step is to run `indico_initial_setup`: 
     
    7481}}} 
    7582 
    76 == Configuring Apache == 
     83== 3. Configuring Apache == 
    7784 
    7885Then you should configure Apache HTTPD, by adding the following lines to your httpd configuration file: 
     
    103110Accessing `http://localhost/indico/index.py` should give you the main Indico page. 
    104111 
    105 The next step should be inspecting [wiki:Admin/IndicoConf indico.conf] and configuring it to fit your server configuration. 
     112== 4. Indico config file == 
     113 
     114The next step should be inspecting `indico.conf` and configuring it to fit your server configuration. `indico.conf` 
     115replaces the old `config.xml`, so you will have to update it with the paramaters that you already have in your `config.xml`. 
     116 
     117== 5. Migration == 
     118 
     119If you are using an existing DB, please [wiki:Releases/Indico0.97.0#Migration read this].