Changes between Version 43 and Version 44 of Dev/GettingStarted
- Timestamp:
- 01/12/10 18:01:43 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/GettingStarted
v43 v44 67 67 Indico 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]. 68 68 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 develop69 The following command downloads Python modules from the Web and creates a development environment (as opposed to a production installation): 70 71 {{{ 72 jdoe@localhost ~/indico/cds-indico$ sudo python setup.py develop 73 73 running develop 74 74 Upgrading existing etc/indico.conf.. … … 84 84 Password: 85 85 }}} 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.90 86 91 87 You 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:
