Installation

Download#

You can download the latest release of Codeburner here: https://github.com/groupon/codeburner/releases

The rest of this guide assumes you're inside the directory created by unpacking a release tarball or cloning the repository:

git clone https://github.com/groupon/codeburner

Ruby#

Codeburner was developed on Ruby 2.2, and is tested with/works fine on 2.3. If you're using RVM or rbenv we've provided a .ruby-version so you should be all set. If you aren't using one of those, just make sure your local ruby version is at least 2.0+ before proceeding.


Bundler#

Gem#

First you'll need to install the bundler gem if you don't already have it:

gem install bundler

Bundle Install#

Once you have bundler, you can use it to install the local gems for Codeburner:

bundle install