Skip to content

LevelUp project template for Melbourne Semester 1 2015 program

Notifications You must be signed in to change notification settings

twlevelup/robocop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThoughtWorks LevelUp presents

RoboCop

Repository for Melbourne LevelUp RoboCop

Setup

Note: any commands run on the command line are prefixed with $ - you won't need to include the $ when running the command.

Prerequisites

  1. Git
  2. Ruby 2.1.5

Git setup

Ruby setup

Mac OS X

  1. Install Ruby
  • use Homebrew to install chruby and ruby-install
  • bootstrap your shell to include the chruby bindings (follow the instructions given by Homebrew)
  • install Ruby 2.1.5: $ ruby-install ruby 2.1.5
  1. Install bundler (Ruby dependency manager): $ gem install bundler
  2. Install dependencies for the project: $ bundle install (this needs to be run from within the project directory)

Windows

  1. Install Ruby
  • Use RubyInstaller - get Ruby 2.1.5 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
  1. Install bundler (Ruby dependency manager): $ gem install bundler (if this command fails with a SSL certificate error, see this answer on Stack Overflow for a solution)
  2. Install dependencies for the project: $ bundle install (this needs to be run from within the project directory)

Linux

  1. Use your distro's package manager to install Ruby - try to get Ruby 2.1.5, otherwise install chruby and ruby-install and use them to install Ruby 2.1.5.
  2. Install bundler (Ruby dependency manager): $ gem install bundler
  3. Install dependencies for the project: $ bundle install (this needs to be run from within the project directory)

Run the build

  1. $ bundle exec rake

About

LevelUp project template for Melbourne Semester 1 2015 program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages