Find a file
2018-10-30 15:24:48 +01:00
.tx project: added all source files and assets 2016-05-24 15:56:53 +02:00
configs mailing: switched from homebrew lib to pyramid_mailer with python3 compatability 2018-10-03 18:47:58 +02:00
docs ui: dropped the custom font in favor of builtin ones. 2018-10-26 12:31:21 +02:00
docs-internal/vcs core: removed pyro4 from Enterprise code. Fixes #5198 2017-02-07 15:58:49 +01:00
licenses diffs: replace compare controller with new html based diffs: 2016-10-19 14:29:51 +03:00
pkgs frontend: use webpack instead of vulcanize 2018-10-30 15:24:35 +01:00
rhodecode js: use ES6 classes for polymer 2.x 2018-10-30 15:24:48 +01:00
.babelrc js: use ES6 classes for polymer 2.x 2018-10-30 15:24:48 +01:00
.bumpversion.cfg release: Bump version 4.13.0 to 4.14.0 2018-09-10 10:00:27 +02:00
.coveragerc tests: updated coverage file 2017-12-04 11:17:10 +01:00
.hgignore frontend: use webpack instead of vulcanize 2018-10-30 15:24:35 +01:00
.jshintrc project: added all source files and assets 2016-05-24 15:56:53 +02:00
.release.cfg release: Finish preparation for 4.11.6 2018-03-28 22:45:28 +02:00
bower.json bower: bump requirements 2018-10-30 15:23:39 +01:00
CHANGES.rst project: added all source files and assets 2016-05-24 15:56:53 +02:00
default.nix js: use builtin packages for binaries 2018-10-25 16:23:55 +02:00
grunt_config.json js: use ES6 classes for polymer 2.x 2018-10-30 15:24:48 +01:00
Gruntfile.js frontend: use webpack instead of vulcanize 2018-10-30 15:24:35 +01:00
LICENSE.txt diffs: replace compare controller with new html based diffs: 2016-10-19 14:29:51 +03:00
Makefile js: use builtin packages for binaries 2018-10-25 16:23:55 +02:00
MANIFEST.in ui: dropped the custom font in favor of builtin ones. 2018-10-26 12:31:21 +02:00
package.json frontend: use webpack instead of vulcanize 2018-10-30 15:24:35 +01:00
pip2nix.ini project: added all source files and assets 2016-05-24 15:56:53 +02:00
pytest.ini tests: use custom cache dir for pytest caches 2018-05-30 15:15:55 +02:00
README.rst readme: updated readme file. 2018-07-31 18:43:40 +02:00
release.nix release: disable check phase for building installation 2018-08-12 11:10:14 +02:00
requirements.txt packaging: extracted some optional debug libraries into a separate file so we don't build always those 2018-10-24 11:20:38 +02:00
requirements_debug.txt packaging: extracted some optional debug libraries into a separate file so we don't build always those 2018-10-24 11:20:38 +02:00
requirements_test.txt dependencies: bumped py.test to 3.8.2 2018-10-10 12:27:25 +02:00
setup.cfg i18n: expose custom name to catch the translation strings. 2016-11-07 17:44:01 +01:00
setup.py packages: normalize package emails. 2018-08-10 15:51:22 +02:00
shell.nix nix: don't pass pkgs into injected vcsserver. 2018-10-24 12:06:32 +02:00
webpack.config.js js: use ES6 classes for polymer 2.x 2018-10-30 15:24:48 +01: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 powerful 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


Contributions
-------------

RhodeCode is open-source; contributions are welcome!

Please see the contribution documentation inside of the docs folder, which is
also available at
https://docs.rhodecode.com/RhodeCode-Enterprise/contributing/contributing.html

For additional information about collaboration tools, our issue tracker,
licensing, and contribution credit, visit https://rhodecode.com/open-source 


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>`_

- Official Slack Community Channel `RhodeCode Slack <https://rhodecode.com/join>`_

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

- 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