[Pysvnmanager-svn] SF.net SVN: pysvnmanager:[51] trunk/README.txt
Status: Alpha
Brought to you by:
jiangx
From: <ji...@us...> - 2008-08-29 07:31:50
|
Revision: 51 http://pysvnmanager.svn.sourceforge.net/pysvnmanager/?rev=51&view=rev Author: jiangx Date: 2008-08-29 07:32:01 +0000 (Fri, 29 Aug 2008) Log Message: ----------- (r95) add prerequisite. Modified Paths: -------------- trunk/README.txt Modified: trunk/README.txt =================================================================== --- trunk/README.txt 2008-08-29 07:25:05 UTC (rev 50) +++ trunk/README.txt 2008-08-29 07:32:01 UTC (rev 51) @@ -1,6 +1,22 @@ This file is for you to describe the pysvnmanager application. Typically you would include information such as the information below: +Prerequisite +============ + +You need the following packages. Only part of them (docutils) +will be installed automatically during easy_install. + +- rcs: + We use ci/co for backup/restore SVN authz files. + +- python docutils: + We docutils to transform reST text to html. + +- python-ldap: + If pySvnManager is auth agains ldap, you need it. + + Installation and Setup ====================== @@ -18,6 +34,8 @@ Then you are ready to go. + paster serve --reload config.ini + Installation from Source code ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |