From f19f998b2516030869090e4064dbd346ba192890 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Mar 2014 22:57:20 +0530 Subject: [PATCH] Change docs for in process servers to discourage their use --- manual/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/server.rst b/manual/server.rst index b5aa203ea8..f7b2be9cf6 100644 --- a/manual/server.rst +++ b/manual/server.rst @@ -48,7 +48,7 @@ In process The calibre content server can be run directly, in process, inside a host server like Apache using the WSGI framework. -.. note:: For this to work, all the dependencies needed by calibre must be installed on your system. On linux, this can be achieved fairly easily by installing the distribution provided calibre package (provided it is up to date). +.. note:: For this to work, all the dependencies needed by calibre must be installed on your system. Doing so is highly non-trivial and you are encouraged not to use in process servers. You will not get any assistance with debugging in process server problems. First, we have to create a WSGI *adapter* for the calibre content server. Here is a template you can use for the purpose. Replace the paths as directed in the comments