Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 978 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 978 Bytes

DasReviewer

DasReviewer is an AngularJS application for the CodeReview, used with DasReviewer - API.

Usage

Only two steps (might need a sudo):

npm install && bower install
grunt serve

This application is linked to a NodeJS server, that should be, by default, run on local. To use a different server, modify the app/scripts/app.js => RestangularProvider.setBaseUrl(http://www.xxx.zzz:666).

Ubuntu 12.04

One might need to install Ruby, Sass & Compass (Ubuntu 12.04 - from here):

\curl -L https://get.rvm.io |  sudo bash -s stable --ruby --autolibs=enable --auto-dotfiles
sudo su

source /usr/local/rvm/scripts/rvm
rvm requirements

gem install sass
gem install compass

Then add source /usr/local/rvm/scripts/rvm to your .bashrc

That's all folks!