Changes between Version 11 and Version 12 of Admin/Installation
- Timestamp:
- 11/24/09 18:46:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Admin/Installation
v11 v12 33 33 34 34 === from Git === 35 You should have checked out a `cds-indico` directory. Simply do (as root, from the parent directory):35 You should have checked out a `cds-indico` directory. `cd` into it and simply do (as root): 36 36 {{{ 37 # easy_install cds-indico37 # python setup.py install 38 38 }}} 39 39 40 '''Note:''' Since you are using a version from Git (not an official EGG/tar/RPM package), `easy_install`will ask for a version number. We normally use a `cds-indico-git-YYYYmmdd` convention.40 '''Note:''' Since you are using a version from Git (not an official EGG/tar/RPM package), the setup script will ask for a version number. We normally use a `cds-indico-git-YYYYmmdd` convention. 41 41 42 42 `easy_install` will fetch all the dependencies for you and install Indico as a Python EGG in your Python library path.
