Skip to content

Running Yodaqa within Intellij

Joe edited this page May 23, 2016 · 3 revisions

Before launching Intellij, compile yodaqa in a terminal:

./gradlew check
echo | ./gradlew run -q

Then start IntelliJ and select Run > Edit Configurations In the window, enter "web" as Task and "-q" as Script Parameter

This corresponds to the usual command ./gradlew web -q From now on Yoda can be launched with the green arrow.

Clone this wiki locally