Skip to content

Development Environment

Casper Thule edited this page Aug 9, 2018 · 7 revisions

This is a guide to setting up a development environment for Maestro. It is based on IntelliJ IDEA (v. 2018.2.1 as of writing)

  1. IntelliJ: Import Project using the directory maestro (cloned in step 1.)
  2. IntelliJ: Select Import project from external model and choose Maven
  3. IntelliJ - Select profiles: Tick default
  4. IntelliJ - Select Maven projects to import: Tick ONLY org.intocps:root:x.x.xx-SNAPSHOT
  5. IntelliJ - Please select project SDK: JDK 1.8.xxx
  6. IntelliJ - Project name and location: xx
  7. IntelliJ: Install Scala plugin (Preferences -> Plugins -> Scala)
  8. Intellij: Go to File -> Project Structure -> Global Libraries -> Add scala-SDK to coe module
Clone this wiki locally