Changes between Version 41 and Version 42 of Admin/Installation
- Timestamp:
- 01/11/10 15:40:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Admin/Installation
v41 v42 4 4 '''Only v0.97+''' 5 5 6 == Before starting ==6 == 0. Before starting == 7 7 8 8 Currently, 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: … … 31 31 * [wiki:Admin/Installation/IndicoExtras Indico extras (e.g. ttfonts)] 32 32 33 == Installing it ==33 == 1. Installing it == 34 34 There are two options: 35 * Fetching a release tarball- get it [wiki:Download#Download here];35 * Fetching a release - get it [wiki:Download#Download here]; 36 36 * Checking out a [wiki:Download#Gitsources Git tree] ('''development sources'''); 37 38 === fetching a release === 39 40 You can do it using `easy_install`, a tarball or an egg file, as explained 41 [wiki:Releases/Indico0.97.0 here]. 37 42 38 43 === from Git === … … 42 47 }}} 43 48 44 `easy_install` will fetch all the dependencies for you and install Indico as a Python EGG in your Python library path. 49 The 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 == 45 52 46 53 The next step is to run `indico_initial_setup`: … … 74 81 }}} 75 82 76 == Configuring Apache ==83 == 3. Configuring Apache == 77 84 78 85 Then you should configure Apache HTTPD, by adding the following lines to your httpd configuration file: … … 103 110 Accessing `http://localhost/indico/index.py` should give you the main Indico page. 104 111 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 114 The next step should be inspecting `indico.conf` and configuring it to fit your server configuration. `indico.conf` 115 replaces 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 119 If you are using an existing DB, please [wiki:Releases/Indico0.97.0#Migration read this].
