RhodeCode open source HG (Mercurial) server
Download RhodeCode
* http://rhodecode.org/
Prerequisites
* Install Python 2.5 or later http://www.python.org/download/
* Add to PATH \Python27 and \Python27\Scripts folders
* Install SetupTools http://pypi.python.org/packages/2.7/s/setuptools/
Create \RhodeCode folder
Install RhodeCode
* easy_install rhodecode
Configure RhodeCode
* paster make-config RhodeCode production.ini
* paster setup-app production.ini
Run RhodeCode
* paster serve production.ini
Server is now running here http://localhost:8000
To change default host:port edit production.ini file
More info about installation and setup
http://packages.python.org/RhodeCode/installation.html
http://packages.python.org/RhodeCode/setup.html
Comments
Post a Comment