URL Builder

A url builder for creating and storing utm campaign urls.

Requirements

  • Ruby 2.1.5 (use RVM for simplicity)
  • Node 0.10.33 (Other versions will work, but this was tested. Feel free to use homebrew installation)

Installation

  1. Assuming you have RVM installed, copy rvm files and reload dir to use version/gemset

    cp .ruby-gemset.sample .ruby-gemset

    cp .ruby-version.sample .ruby-version

    cd .

  2. Install bundler and dependent gems

    gem install bundler

    bundle install

Development

bundle exec rails server