From 63f59e621d4ba100a5e43a1f64615092e883fd47 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 29 Dec 2014 17:46:11 +0200 Subject: [PATCH 1/4] added doc tips about passenger --- doc/debian_build_doc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/debian_build_doc.md b/doc/debian_build_doc.md index 9f7d6d0a7..56a829a54 100644 --- a/doc/debian_build_doc.md +++ b/doc/debian_build_doc.md @@ -44,4 +44,5 @@ We also recommend to investigate Some additional suggestions: -* Install application under dedicated user home directory, such as /home/registry/registry Handy to ssh in and start debugging. + * 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. From 21484ea020d7d79390ce27be7d2fbd04762548d8 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 29 Dec 2014 17:47:39 +0200 Subject: [PATCH 2/4] doc update --- doc/debian_build_doc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/debian_build_doc.md b/doc/debian_build_doc.md index 56a829a54..8bc2c43c1 100644 --- a/doc/debian_build_doc.md +++ b/doc/debian_build_doc.md @@ -44,5 +44,5 @@ We also recommend to investigate 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. +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. From 1d6c290d0003a658f7fc71f35d681a2318d10aad Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 29 Dec 2014 17:48:22 +0200 Subject: [PATCH 3/4] 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. From fd4c367fb6caba94e3f01f9548df6d7752ae5f69 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 29 Dec 2014 17:49:06 +0200 Subject: [PATCH 4/4] type fix --- doc/debian_build_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/debian_build_doc.md b/doc/debian_build_doc.md index 4367d0ca3..02c9aea58 100644 --- a/doc/debian_build_doc.md +++ b/doc/debian_build_doc.md @@ -39,7 +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. +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, thus 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.