Skip to content

Development Environment Setup

Serhat Can edited this page Jun 13, 2017 · 1 revision
  • Clone the repository
git clone [email protected]:opsgenie/playground-scenario-generator.git
  • Open a new project and select the parent pom.xml file in the root folder (IntelliJ IDEA)

  • Copy application-dev.properties file as application.properties for both scenario-generator and scenario-generator-agent modules. You can find files under resources folder.

  • Update .properties files as described in the configuration page.

  • Another option is to configure your IDE to run with -dev profile.

  • For the main (server) app, you can start the application by using the main method in the com.opsgenie.playground.scenarioGenerator.ScenarioGeneratorApplication.java file.

  • For the agent app, you can start the application by using the main method in the com.opsgenie.playground.scenarioGeneratorAgent.ScenarioGeneratorAgentApplication.java file.

Clone this wiki locally