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.


  • Download and install NodeJS
  • Download and install Ruby
  • Download and install Git

[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

Run Leiningen for the backend and grunt for the frontend. The latter will start a webserver and open a page in your default browser.

[CMD]: lein run
[CMD]: grunt serve

Explanation:

[CMD]: Run the succeeding comment in your window command line (cmd.exe)

[GIT]: When you install Git on Windows, you will be provided with a separate Git-Shell. Open it and run the commands.

Clone this wiki locally