Changes between Version 11 and Version 12 of Admin/Installation


Ignore:
Timestamp:
11/24/09 18:46:37 (3 years ago)
Author:
pferreir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Admin/Installation

    v11 v12  
    3333 
    3434=== from Git === 
    35 You should have checked out a `cds-indico` directory. Simply do (as root, from the parent directory): 
     35You should have checked out a `cds-indico` directory. `cd` into it and simply do (as root): 
    3636{{{ 
    37 # easy_install cds-indico 
     37# python setup.py install 
    3838}}} 
    3939 
    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. 
    4141 
    4242`easy_install` will fetch all the dependencies for you and install Indico as a Python EGG in your Python library path.