From 1d6c290d0003a658f7fc71f35d681a2318d10aad Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 29 Dec 2014 17:48:22 +0200 Subject: [PATCH] doc update --- doc/debian_build_doc.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/debian_build_doc.md b/doc/debian_build_doc.md index 8bc2c43c1..4367d0ca3 100644 --- a/doc/debian_build_doc.md +++ b/doc/debian_build_doc.md @@ -39,10 +39,7 @@ Alternatively you can build up everything manually, required components: Registry application is not tested with multi-threaded system (such as Puma) and it's not officially supported. Please use multi-process system instead (Passenger, Unicorn, Mongrel) +Use Phusion Passenger [official debian packages](https://www.phusionpassenger.com/documentation/Users%20guide%20Apache.html#install_on_debian_ubuntu) NB! Passenger runtime does not depend on ruby version, tuhs you can use multiple different ruby version apps with same passenger install. + We also recommend to investigate [Passenger Optimization Guide](https://www.phusionpassenger.com/documentation/ServerOptimizationGuide.html) for proper configuration. - -Some additional suggestions: - -Install application under dedicated user home directory, such as /home/registry/registry Handy to ssh in and start debugging. -Use Phusion Passenger [official debian packages](https://www.phusionpassenger.com/documentation/Users%20guide%20Apache.html#install_on_debian_ubuntu) NB! Passenger runtime does not depend on ruby version, tuhs you can use multiple different ruby version apps with same passenger install.