| | 261 | Set directories according to your installation: |
| | 262 | |
| | 263 | {{{ |
| | 264 | #!python |
| | 265 | #------------------------------------------------------------------------------ |
| | 266 | # DIRECTORIES |
| | 267 | #------------------------------------------------------------------------------ |
| | 268 | ArchiveDir = "/home/jdoe/indico/archive" |
| | 269 | BinDir = "/home/jdoe/indico/cds-indico/bin" |
| | 270 | ConfigurationDir = "/home/jdoe/indico/cds-indico/etc" |
| | 271 | DocumentationDir = "/home/jdoe/indico/cds-indico/doc" |
| | 272 | HtdocsDir = "/home/jdoe/indico/cds-indico/indico/htdocs" |
| | 273 | LogDir = "/home/jdoe/indico/log" |
| | 274 | UploadedFilesTempDir = "/home/jdoe/indico/tmp" |
| | 275 | XMLCacheDir = "/home/jdoe/indico/cache" |
| | 276 | }}} |
| | 277 | |
| | 278 | ''The above directories should normally be set automatically by setup.py, based on the directory you entered during setup.py. This is currently not working right and a bug has been reported.'' |
| | 279 | |
| | 280 | Also, you might need to make sure that the directories specified above are readable and writeable by the web user (e.g. apache, www-data). |
| | 281 | |