∞Install GPG keys
step1:
gpg –keyserver hkp://pool.sks-keyservers.net –recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
As a first step install GPG keys used to verify installation package:
step2:
Additionally with rails (poor man’s railsinstaller):
\curl -sSL https://get.rvm.io | bash -s stable –rails
Step 3:
install rails specific version
rvm install ruby-2.6.1
step 4:
use the ruby version
rvm use 2.6.1 –default
step 5:
install bundler
gem install bundler
step 6:
navigate to project
cd /project_path
Step 7:
install all gems with
bundle install
Recent Comments