Changeset - 8de43412e7d7
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-03-28 22:28:15
marcin@python-works.com
docfix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -10,25 +10,25 @@ with a built in push/pull server and ful
 
It works on http/https and has a built in permission/authentication system with 
 
the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also provides
 
simple API so it's easy integrable with existing external systems.
 

	
 
RhodeCode is similar in some respects to github_ or bitbucket_, 
 
however RhodeCode can be run as standalone hosted application on your own server.
 
It is open source and donation ware and focuses more on providing a customized, 
 
self administered interface for Mercurial_ and GIT_  repositories. 
 
RhodeCode works on *nix systems and Windows it is powered by a vcs_ library 
 
that Lukasz Balcerzak and Marcin Kuzminski created to handle multiple 
 
different version control systems.
 

	
 
RhodeCode uses `PEP386 versioning http://www.python.org/dev/peps/pep-0386/`_
 
RhodeCode uses `PEP386 versioning <http://www.python.org/dev/peps/pep-0386/>`_
 

	
 
Installation
 
------------
 
Stable releases of RhodeCode are best installed via::
 

	
 
    easy_install rhodecode
 

	
 
Or::
 

	
 
    pip install rhodecode 
 

	
 
Detailed instructions and links may be found on the Installation page.
0 comments (0 inline, 0 general)