-
Notifications
You must be signed in to change notification settings - Fork 43
Dev Environment
Andy Till edited this page Dec 24, 2016
·
1 revision
IntelliJ IDEA is the supported dev environment.
-
Install the IntelliJ Community Edition if you haven't already, from here.
-
Start IntelliJ and Import erlyberly as a project. It should be a Maven project using Java 8. Click Next through all the other options.
-
To create a Run Configuration that starts erlyberly, execute the following in the shell from erlyberly repo directory.
mkdir .idea/runConfigurations && cp Erlyberly.xml .idea/runConfigurations/
IntelliJ must be restarted to pick up the new run configuration.