Changeset 51

Show
Ignore:
Timestamp:
2008年08月29日 15时32分01秒 (4 years ago)
Author:
jiangx
Message:

(r95) add prerequisite.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README.txt

    r44 r51  
    11This file is for you to describe the pysvnmanager application. Typically 
    22you would include information such as the information below: 
     3 
     4Prerequisite 
     5============ 
     6 
     7You need the following packages. Only part of them (docutils) 
     8will be installed automatically during easy_install. 
     9 
     10- rcs: 
     11    We use ci/co for backup/restore SVN authz files. 
     12 
     13- python docutils: 
     14    We docutils to transform reST text to html. 
     15 
     16- python-ldap: 
     17    If pySvnManager is auth agains ldap, you need it. 
     18 
    319 
    420Installation and Setup 
     
    1834 
    1935Then you are ready to go. 
     36 
     37    paster serve --reload config.ini 
    2038 
    2139Installation from Source code