Skip to content

bebanjo/vx-web

 
 

Repository files navigation

vx-web Build Status

Web interface of Vexor CI

Configuration

Set up your .env:

cp .env.example .env.development

Create a github application and replace GITHUB_KEY / GITHUB_SECRET by using your Client ID / Client Secret

Database

rake db:setup

System dependencies

For running JavaScript tests:

brew update
brew install node
npm install -g karma karma-cli karma-jasmine karma-phantomjs-launcher karma-coffee-preprocessor

How to run the test suite

bundle exec rspec
bundle exec rake karma:templates karma:run

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • Ruby 10.3%
  • CSS 2.4%
  • CoffeeScript 2.3%
  • HTML 1.2%