Find a file
2016-06-03 15:33:26 +03:00
.tx project: added all source files and assets 2016-05-24 15:56:53 +02:00
acceptance_tests project: added all source files and assets 2016-05-24 15:56:53 +02:00
configs ini: small updates for development.ini 2016-06-02 15:59:45 +02:00
docs docs: create index for 4.X releases 2016-06-01 17:42:19 +02:00
docs-internal/vcs project: added all source files and assets 2016-05-24 15:56:53 +02:00
licenses project: added all source files and assets 2016-05-24 15:56:53 +02:00
pkgs dependencies: Add gunicorn 2016-05-24 23:47:50 +02:00
rhodecode cleanup: move jsroutes generator function and only generate in 2016-06-03 15:33:26 +03:00
scripts project: added all source files and assets 2016-05-24 15:56:53 +02:00
.bumpversion.cfg version: bumped version from 4.0.2 to 4.1.0 2016-05-27 13:06:49 +02:00
.coveragerc project: added all source files and assets 2016-05-24 15:56:53 +02:00
.hgignore project: initial commit 2016-05-24 15:54:18 +02:00
.jshintrc project: added all source files and assets 2016-05-24 15:56:53 +02:00
.release.cfg project: added all source files and assets 2016-05-24 15:56:53 +02:00
CHANGES.rst project: added all source files and assets 2016-05-24 15:56:53 +02:00
default.nix packaging: Expose the local overrides via passthru. 2016-06-02 13:55:48 +02:00
Gruntfile.js refactor: made javascript routes autogenerate based on python routes 2016-06-03 15:10:45 +03:00
license.nix project: added all source files and assets 2016-05-24 15:56:53 +02:00
LICENSE.txt project: added all source files and assets 2016-05-24 15:56:53 +02:00
Makefile makefile: added commands to quickly build docs. 2016-05-25 10:00:27 +02:00
MANIFEST.in project: added all source files and assets 2016-05-24 15:56:53 +02:00
package.json project: added all source files and assets 2016-05-24 15:56:53 +02:00
pip2nix.ini project: added all source files and assets 2016-05-24 15:56:53 +02:00
pytest.ini project: added all source files and assets 2016-05-24 15:56:53 +02:00
README.rst project: added all source files and assets 2016-05-24 15:56:53 +02:00
release.nix project: added all source files and assets 2016-05-24 15:56:53 +02:00
requirements.txt project: added all source files and assets 2016-05-24 15:56:53 +02:00
setup.cfg project: added all source files and assets 2016-05-24 15:56:53 +02:00
setup.py authn: Add rhodecode token auth plugin to setup.py 2016-06-03 11:24:29 +02:00
shell.nix project: added all source files and assets 2016-05-24 15:56:53 +02:00
test.ini project: added all source files and assets 2016-05-24 15:56:53 +02:00

=========
RhodeCode
=========

About
-----

``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_
and Subversion_ with a built in push/pull server, full text search,
pull requests and powerfull code-review system. It works on http/https and
has a few unique features like:
 - plugable architecture
 - advanced permission system with IP restrictions
 - rich set of authentication plugins including LDAP,
   ActiveDirectory, Atlassian Crowd, Http-Headers, Pam, Token-Auth.
 - live code-review chat
 - full web based file editing
 - unified multi vcs support
 - snippets (gist) system
 - integration with all 3rd party issue trackers

RhodeCode also provides rich API, and multiple event hooks so it's easy
integrable with existing external systems.

RhodeCode is similar in some respects to gitlab_, github_ or bitbucket_,
however RhodeCode can be run as standalone hosted application on your own server.
RhodeCode can be installed on \*nix or Windows systems.

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

Installation
------------
Please visit https://docs.rhodecode.com/RhodeCode-Control/tasks/install-cli.html
for more details


Source code
-----------

The latest sources can be obtained from official RhodeCode instance
https://code.rhodecode.com


RhodeCode Features
------------------

Check out all features of RhodeCode at https://rhodecode.com/features

License
-------

``RhodeCode`` is dual-licensed with AGPLv3 and commercial license.
Please see LICENSE.txt file for details.


Getting help
------------

Listed bellow are various support resources that should help.

.. note::

   Please try to read the documentation before posting any issues, especially
   the **troubleshooting section**

- Official issue tracker `RhodeCode Issue tracker <https://issues.rhodecode.com>`_

- Search our community portal `Community portal <https://community.rhodecode.com>`_

- Join #rhodecode on FreeNode (irc.freenode.net)
  or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.

- You can also follow RhodeCode on twitter **@RhodeCode** where we often post
  news and other interesting stuff about RhodeCode.


Online documentation
--------------------

Online documentation for the current version of RhodeCode is available at
 - http://rhodecode.com/docs

You may also build the documentation for yourself - go into ``docs/`` and run::

    nix-build default.nix -o result && make clean html

(You need to have sphinx_ installed to build the documentation. If you don't
have sphinx_ installed you can install it via the command:
``pip install sphinx``)

.. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _python: http://www.python.org/
.. _sphinx: http://sphinx.pocoo.org/
.. _mercurial: http://mercurial.selenic.com/
.. _bitbucket: http://bitbucket.org/
.. _github: http://github.com/
.. _gitlab: http://gitlab.com/
.. _subversion: http://subversion.tigris.org/
.. _git: http://git-scm.com/
.. _celery: http://celeryproject.org/
.. _vcs: http://pypi.python.org/pypi/vcs