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