Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created February 12, 2019 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/c94a20fc55ff8f75d3d10cd65350d905 to your computer and use it in GitHub Desktop.
Save dasgoll/c94a20fc55ff8f75d3d10cd65350d905 to your computer and use it in GitHub Desktop.
install ruby and create gemset
rvm install ruby-2.3.0
rvm use 2.3.0
rvm gemset create cfgen
rvm gemset list
rvm use 2.3.0@cfgen
gem list
gem install bundler
cd cf-generator
bundle install --path vendor/bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment