core: removed pyro4 from Enterprise code. Fixes #5198

This commit is contained in:
Marcin Kuzminski 2017-02-07 15:58:49 +01:00
parent 18f667c234
commit 3d3f2db34a
38 changed files with 47 additions and 854 deletions

View file

@ -1,15 +0,0 @@
.. _vcs-http:
========================================
Transition to HTTP based communication
========================================
We are in the process of replacing the Pyro4 based communication with an HTTP
based implementation. Currently both backends are supported and can be
activated via various settings in the configuration.
To run the system in full HTTP based mode, use the following settings::
vcs.hooks.protocol = http
vcs.scm_app_implementation = rhodecode.lib.middleware.utils.scm_app_http
vcs.server.protocol = http

View file

@ -17,7 +17,6 @@ implemented in :mod:`rhodecode.lib.middleware`.
.. toctree::
:maxdepth: 2
http-transition
middleware
vcsserver
subversion