backbone.ws

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
gnu_linux:ruby:rvm [2022/01/28 20:21] – [Typical Scanarios] kolangnu_linux:ruby:rvm [2022/01/28 21:35] (current) – old revision restored (2021/09/19 19:27) kolan
Line 65: Line 65:
 source ~/.rvm/scripts/rvm source ~/.rvm/scripts/rvm
 rvm reload rvm reload
-rvm install 2.6.--autolibs=read-only # Redmine only +rvm install 2.4.10 --autolibs=read-only # Redmine only 
-rvm use 2.6.9@global --create --default # Redmine only+rvm use 2.4.10@global --create --default # Redmine only
 gem uninstall bundler; gem install bundler # Temporary workaround: 1.12.3 requires to unlock nproc limits protection gem uninstall bundler; gem install bundler # Temporary workaround: 1.12.3 requires to unlock nproc limits protection
 rvm wrapper regenerate bundle # updates symlinks in ~/.rvm/bin rvm wrapper regenerate bundle # updates symlinks in ~/.rvm/bin
 cd redmine cd redmine
-rm Gemfile.lock 
 bundle update bundle update
 bundle install --no-deployment --without development test # Redmine only bundle install --no-deployment --without development test # Redmine only
-paxctl -c `which ruby` # Hardened Gentoo only 
 paxctl -m `which ruby` # Hardened Gentoo only paxctl -m `which ruby` # Hardened Gentoo only
 </code> </code>