From 98b620d5c23d7494b8757f2233da861170a2076f Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 2 Jan 2015 12:02:24 +0200 Subject: [PATCH] added rbenv install --- doc/debian_build_doc.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/debian_build_doc.md b/doc/debian_build_doc.md index 02c9aea58..fe191ea5e 100644 --- a/doc/debian_build_doc.md +++ b/doc/debian_build_doc.md @@ -43,3 +43,11 @@ Use Phusion Passenger [official debian packages](https://www.phusionpassenger.co We also recommend to investigate [Passenger Optimization Guide](https://www.phusionpassenger.com/documentation/ServerOptimizationGuide.html) for proper configuration. + + +### RBENV install + + cd /home/registry + git clone https://github.com/sstephenson/rbenv.git /home/registry/.rbenv + git clone https://github.com/sstephenson/ruby-build.git /home/registry/.rbenv/plugins/ruby-build +