-
Notifications
You must be signed in to change notification settings - Fork 3
Development Environment Setup
- 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 asapplication.properties
for both scenario-generator and scenario-generator-agent modules. You can find files underresources
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.
OpsGenie Playground - https://opsgenie.com/playground