Skip to content

Get it running on Windows

bbrand84 edited this page Nov 14, 2014 · 13 revisions

In case you want to build the tool by yourself, follow the steps in the list below in the provided order. Please find links here.

_Explanation: _ [CMD]: Run the succeeding comment in your window command line (cmd.exe) [GIT]: If you install Git on Windows, you will be provided with a separate Git-Shell. Open it and run the commands.

  • Download and install NodeJS.
  • Download and install Ruby
  • Download and install Git
  • [CMD]: gem install compass
  • [CMD]: npm install -g grunt-cli
  • [CMD]: npm install -g bower
  • [CMD]: gem update --system
  • [CMD]: gem install compass
  • [GIT]: git clone https://github.com/LinDA-tools/r2r-designer.git
  • [GIT]: npm install
  • [GIT]: bower install
  • [CMD]: grunt serve
Clone this wiki locally