##// END OF EJS Templates
merge beta into stable
marcink -
r2035:65e2ecfc merge default
parent child Browse files
Show More
@@ -1,173 +1,173 b''
1 1 =========
2 2 RhodeCode
3 3 =========
4 4
5 5 About
6 6 -----
7 7
8 8 ``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_
9 9 with a built in push/pull server and full text search and code-review.
10 10 It works on http/https and has a built in permission/authentication system with
11 11 the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also provides
12 12 simple API so it's easy integrable with existing external systems.
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 15 however RhodeCode can be run as standalone hosted application on your own server.
16 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 18 RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to
19 19 handle multiple different version control systems.
20 20
21 21 RhodeCode uses `Semantic Versioning <http://semver.org/>`_
22 22
23 23 Installation
24 24 ------------
25 25 Stable releases of RhodeCode are best installed via::
26 26
27 27 easy_install rhodecode
28 28
29 29 Or::
30 30
31 31 pip install rhodecode
32 32
33 33 Detailed instructions and links may be found on the Installation page.
34 34
35 35 Please visit http://packages.python.org/RhodeCode/installation.html for
36 36 more details
37 37
38 38 RhodeCode demo
39 39 --------------
40 40
41 41 http://demo.rhodecode.org
42 42
43 43 The default access is anonymous but you can login to an administrative account
44 44 using the following credentials:
45 45
46 46 - username: demo
47 47 - password: demo12
48 48
49 49 Source code
50 50 -----------
51 51
52 52 The latest sources can be obtained from official RhodeCode instance
53 53 https://secure.rhodecode.org
54 54
55 55
56 56 MIRRORS:
57 57
58 58 Issue tracker and sources at bitbucket_
59 59
60 60 http://bitbucket.org/marcinkuzminski/rhodecode
61 61
62 62 Sources at github_
63 63
64 64 https://github.com/marcinkuzminski/rhodecode
65 65
66 66
67 67 RhodeCode Features
68 68 ------------------
69 69
70 70 - Has its own middleware to handle mercurial_ protocol requests.
71 71 Each request can be logged and authenticated.
72 72 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous.
73 73 Supports http/https and LDAP
74 74 - Full permissions (private/read/write/admin) and authentication per project.
75 75 One account for web interface and mercurial_ push/pull/clone operations.
76 76 - Have built in users groups for easier permission management
77 77 - Repository groups let you group repos and manage them easier.
78 78 - Users can fork other users repo. RhodeCode have also compare view to see
79 79 combined changeset for all changeset made within single push.
80 80 - Build in commit-api let's you add, edit and commit files right from RhodeCode
81 81 interface using simple editor or upload form for binaries.
82 82 - Mako templates let's you customize the look and feel of the application.
83 83 - Beautiful diffs, annotations and source code browsing all colored by pygments.
84 84 Raw diffs are made in git-diff format, including git_ binary-patches
85 85 - Mercurial_ branch graph and yui-flot powered graphs with zooming and statistics
86 86 - Admin interface with user/permission management. Admin activity journal, logs
87 87 pulls, pushes, forks, registrations and other actions made by all users.
88 88 - Server side forks. It is possible to fork a project and modify it freely
89 89 without breaking the main repository. You can even write Your own hooks
90 90 and install them
91 91 - code review with notification system, inline commenting, all parsed using
92 92 rst syntax
93 93 - rst and markdown README support for repositories
94 94 - Full text search powered by Whoosh on the source files, and file names.
95 95 Build in indexing daemons, with optional incremental index build
96 96 (no external search servers required all in one application)
97 97 - Setup project descriptions and info inside built in db for easy, non
98 98 file-system operations
99 99 - Intelligent cache with invalidation after push or project change, provides
100 100 high performance and always up to date data.
101 101 - Rss / atom feeds, gravatar support, download sources as zip/tar/gz
102 102 - Async tasks for speed and performance using celery_ (works without them too)
103 103 - Backup scripts can do backup of whole app and send it over scp to desired
104 104 location
105 105 - Based on pylons / sqlalchemy / sqlite / whoosh / vcs
106 106
107 107
108 108 Incoming / Plans
109 109 ----------------
110 110
111 111 - Finer granular permissions per branch, repo group or subrepo
112 112 - pull requests and web based merges
113 113 - per line file history
114 114 - SSH based authentication with server side key management
115 115 - Commit based built in wiki system
116 116 - More statistics and graph (global annotation + some more statistics)
117 117 - Other advancements as development continues (or you can of course make
118 118 additions and or requests)
119 119
120 120 License
121 121 -------
122 122
123 123 ``RhodeCode`` is released under the GPLv3 license.
124 124
125 125
126 126 Getting help
127 127 ------------
128 128
129 129 Listed bellow are various support resources that should help.
130 130
131 131 .. note::
132 132
133 133 Please try to read the documentation before posting any issues
134 134
135 135 - Join the `Google group <http://groups.google.com/group/rhodecode>`_ and ask
136 136 any questions.
137 137
138 138 - Open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_
139 139
140 140
141 141 - Join #rhodecode on FreeNode (irc.freenode.net)
142 142 or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
143 143
144 - You can also follow me on twitter @marcinkuzminski where i often post some
144 - You can also follow me on twitter **@marcinkuzminski** where i often post some
145 145 news about RhodeCode
146 146
147 147
148 148 Online documentation
149 149 --------------------
150 150
151 151 Online documentation for the current version of RhodeCode is available at
152 152 - http://packages.python.org/RhodeCode/
153 153 - http://rhodecode.readthedocs.org/en/latest/index.html
154 154
155 155 You may also build the documentation for yourself - go into ``docs/`` and run::
156 156
157 157 make html
158 158
159 159 (You need to have sphinx_ installed to build the documentation. If you don't
160 160 have sphinx_ installed you can install it via the command:
161 161 ``easy_install sphinx``)
162 162
163 163 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
164 164 .. _python: http://www.python.org/
165 165 .. _sphinx: http://sphinx.pocoo.org/
166 166 .. _mercurial: http://mercurial.selenic.com/
167 167 .. _bitbucket: http://bitbucket.org/
168 168 .. _github: http://github.com/
169 169 .. _subversion: http://subversion.tigris.org/
170 170 .. _git: http://git-scm.com/
171 171 .. _celery: http://celeryproject.org/
172 172 .. _Sphinx: http://sphinx.pocoo.org/
173 173 .. _vcs: http://pypi.python.org/pypi/vcs No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now