comparison README.rst @ 2165:dc2584ba5fbc

merged beta into default branch
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Mar 2012 19:54:16 +0200
parents 65e2ecfc433d ee45677c4edc
children af21362474e3
comparison
equal deleted inserted replaced
2097:8fd6650bb436 2165:dc2584ba5fbc
13 13
14 RhodeCode is similar in some respects to github_ or bitbucket_, 14 RhodeCode is similar in some respects to github_ or bitbucket_,
15 however RhodeCode can be run as standalone hosted application on your own server. 15 however RhodeCode can be run as standalone hosted application on your own server.
16 It is open source and donation ware and focuses more on providing a customized, 16 It is open source and donation ware and focuses more on providing a customized,
17 self administered interface for Mercurial_ and GIT_ repositories. 17 self administered interface for Mercurial_ and GIT_ repositories.
18 RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to 18 RhodeCode works on *nix systems and Windows it is powered by a vcs_ library
19 handle multiple different version control systems. 19 that Lukasz Balcerzak and Marcin Kuzminski created to handle multiple
20 different version control systems.
20 21
21 RhodeCode uses `Semantic Versioning <http://semver.org/>`_ 22 RhodeCode uses `PEP386 versioning http://www.python.org/dev/peps/pep-0386/`_
22 23
23 Installation 24 Installation
24 ------------ 25 ------------
25 Stable releases of RhodeCode are best installed via:: 26 Stable releases of RhodeCode are best installed via::
26 27
97 - Setup project descriptions and info inside built in db for easy, non 98 - Setup project descriptions and info inside built in db for easy, non
98 file-system operations 99 file-system operations
99 - Intelligent cache with invalidation after push or project change, provides 100 - Intelligent cache with invalidation after push or project change, provides
100 high performance and always up to date data. 101 high performance and always up to date data.
101 - Rss / atom feeds, gravatar support, download sources as zip/tar/gz 102 - Rss / atom feeds, gravatar support, download sources as zip/tar/gz
102 - Async tasks for speed and performance using celery_ (works without them too) 103 - Optional async tasks for speed and performance using celery_
103 - Backup scripts can do backup of whole app and send it over scp to desired 104 - Backup scripts can do backup of whole app and send it over scp to desired
104 location 105 location
105 - Based on pylons / sqlalchemy / sqlite / whoosh / vcs 106 - Based on pylons / sqlalchemy / sqlite / whoosh / vcs
106 107
107 108