Changes between Version 43 and Version 44 of Dev/GettingStarted


Ignore:
Timestamp:
01/12/10 18:01:43 (3 years ago)
Author:
jherr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/GettingStarted

    v43 v44  
    6767Indico requires some dependencies (libraries, etc...) that the setup.py installation script installs automatically, with the exception of !ReportLab, libxml2 and libxslt (which you have already installed manually). There's no need to worry about them, but if you want to know more about these dependencies, see [wiki:Admin/Installation#Dependencies]. 
    6868 
    69 The following command creates a development environment (as opposed to a production installation): 
    70  
    71 {{{ 
    72 jdoe@localhost ~/indico/cds-indico$ python setup.py develop 
     69The following command downloads Python modules from the Web and creates a development environment (as opposed to a production installation): 
     70 
     71{{{ 
     72jdoe@localhost ~/indico/cds-indico$ sudo python setup.py develop 
    7373running develop 
    7474Upgrading existing etc/indico.conf.. 
     
    8484Password:  
    8585}}} 
    86  
    87 ''Note: Do not run the above command with sudo; this will create files with root ownership that e.g. the web user can not access and will cause problems.'' 
    88  
    89 When prompted, you should enter your password, so that the setup.py install script can set the permissions for the directories. 
    9086 
    9187You should edit the file .git/info/exclude, adding a list of patterns to match files you want git to ignore. For example, you don't want emacs backup files being submitted to the git repo. Here is an example file you can use: