Skip to content
Andy Till edited this page Dec 24, 2016 · 1 revision

IntelliJ IDEA is the supported dev environment.

  1. Install the IntelliJ Community Edition if you haven't already, from here.

  2. Start IntelliJ and Import erlyberly as a project. It should be a Maven project using Java 8. Click Next through all the other options.

  3. 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.

Clone this wiki locally