Edgewall Software

Changes between Version 5 and Version 6 of CookBook/easyTrac


Ignore:
Timestamp:
Jan 31, 2011, 1:56:09 AM (13 years ago)
Author:
manuel.viera.tirado@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/easyTrac

    v5 v6  
    4444 * '''pid-directory''': directory where the pid files will be stored.
    4545 * '''log-directory''': logs directory.
    46  * '''trac-projects-directory''': directory where the Trac projects will be created.
    47  * '''svn-repository-directory''': directory where the svn repositories will be created.
     46 * '''trac-projects-directory''': directory where the Trac projects will be created. This directory is {{{<installdir>/opt/trac/}}}, by default.
     47 * '''svn-repository-directory''': directory where the svn repositories will be created. This directory is {{{<installdir>/opt/svn/}}}, by default.
    4848
    4949Once you have installed all required dependencies, you can continue with the installation process.
     
    9595edit the [supervisor] part in buildout.cfg and run bin/buildout.
    9696
     97== How to create a Trac project ==
     98{{{
     99$ ./bin/trac-admin opt/trac/demo initenv demo sqlite:db/trac.db
     100}}}
     101
     102== How to create a svn code repository ==
     103{{{
     104$ ./bin/svnadmin create opt/svn/demo
     105}}}
     106
    97107== Uninstall instructions ==
    98108