mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
added rbenv install
This commit is contained in:
parent
f08b268bcc
commit
98b620d5c2
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue