Skip to content

Set Up Streama for Development

Philip YoonShin edited this page Jan 24, 2017 · 4 revisions
  • Best IDE is definitely IntelliJ IDEA, but eclipse also works
  • get a local mysql running
  • get grails 3.1.14 (Use SDKMAN to download it)
  • get JDK7
  • open project in IDE and configure it to use grails 3.1.14 and your JDK
  • run using run-app (or in IntelliJ, run with the play-button in the top)