Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 853 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 853 Bytes

Test Execution Service Dashboard

Instructions for running

  1. Install Ruby, preferably, a version after 1.9.
  2. Run bundle install in this directory (you may have to run gem install bundle first).
  3. Run npm install --production in this directory, followed by gulp build.
  4. Run bin/rails server in this directory.
  5. Visit http://localhost:3000 in the browser to start using the dashboard.

Issues with LibV8 LibV8 and TheRubyRacer Gem

If you're having issues running 'bundle install' run:

gem install bundler --version="1.3.6"
bundle config build.libv8 --with-system-v8
bundle config build.therubyracer --with-v8-dir=$(brew --prefix [email protected])
bundle _1.3.6_ install

Note

The dashboard will not function without the qatserver.