core: removed pyro4 from Enterprise code. Fixes #5198
This commit is contained in:
parent
18f667c234
commit
3d3f2db34a
38 changed files with 47 additions and 854 deletions
|
|
@ -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
|
||||
|
|
@ -17,7 +17,6 @@ implemented in :mod:`rhodecode.lib.middleware`.
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
http-transition
|
||||
middleware
|
||||
vcsserver
|
||||
subversion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue