Repository for Melb Level Up Driver
note: any commands run on the command line are prefixed with $
- you won't need to include the $
when running the command
- git
- Ruby 1.9.3-p547
- For Windows - Github client
- For Mac OS X - Github client or Homebrew +
$ brew install git
- Roll it yourself - Official git packages
- Install Ruby
- use Homebrew to install chruby and ruby-install
- bootstrap your shell to include the chruby bindings
- install ruby 1.9.3-p547
$ ruby-install ruby 1.9.3-p547
- Install bundler (Ruby Package manager):
$ gem install bundler
- Install gem dependencies
$ bundle install
- Install Ruby
- Use RubyInstaller - get Ruby 1.9.3-p547 and the DevKit
- Install Ruby via the installer (select all the additional options e.g. add ruby to path)
- Follow the instructions to install the Devkit
- For the rest of this guide, we assume you will use the Git Shell as your console application
- Install bundler (Ruby Package manager):
$ gem install bundler
- Install gem dependencies
$ bundle install
- Use your distro's package manager - try to get Ruby 1.9.3-p547 - otherwise get chruby and ruby-install(https://github.com/postmodern/ruby-install)
- Install bundler (Ruby Package manager):
$ gem install bundler
- Install gem dependencies
$ bundle install
$ bundle exec rake