Web interface of Vexor CI
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
rake db:setup
For running JavaScript tests:
brew update
brew install node
npm install -g karma karma-cli karma-jasmine karma-phantomjs-launcher karma-coffee-preprocessor
bundle exec rspec
bundle exec rake karma:templates karma:run