DasReviewer is an AngularJS application for the CodeReview, used with DasReviewer - API.
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)
.
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!