Changes between Version 63 and Version 64 of Dev/GettingStarted


Ignore:
Timestamp:
07/14/10 15:54:07 (3 years ago)
Author:
pferreir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/GettingStarted

    v63 v64  
    104104 
    105105{{{ 
    106 jdoe@localhost ~/indico/cds-indico$ python setup.py develop 
    107 running develop 
     106jdoe@localhost ~/indico/cds-indico$ python setup.py develop_config 
     107running develop_config 
    108108Upgrading existing etc/indico.conf.. 
    109109 
     
    259259}}} 
    260260 
     261Set directories according to your installation: 
     262 
     263{{{ 
     264#!python 
     265#------------------------------------------------------------------------------ 
     266# DIRECTORIES 
     267#------------------------------------------------------------------------------ 
     268ArchiveDir           = "/home/jdoe/indico/archive" 
     269BinDir               = "/home/jdoe/indico/cds-indico/bin" 
     270ConfigurationDir     = "/home/jdoe/indico/cds-indico/etc" 
     271DocumentationDir     = "/home/jdoe/indico/cds-indico/doc" 
     272HtdocsDir            = "/home/jdoe/indico/cds-indico/indico/htdocs" 
     273LogDir               = "/home/jdoe/indico/log" 
     274UploadedFilesTempDir = "/home/jdoe/indico/tmp" 
     275XMLCacheDir          = "/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 
     280Also, 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 
    261282Configure the SMTP server that Indico will use to send emails. Without this, you won't be able to create Indico users because Indico sends confirmation emails. 
    262283You have 2 options:[[BR]]