This DevContainer provides a complete development environment for OpenRemote with Java, Node.js, Docker, and all necessary tools pre-configured.
Please note that this feature is still in beta and may not be supported or work correctly in all IDEs. Tested and working with IntelliJ.
-
Open in DevContainer: IntelliJ should automatically detect the DevContainer configuration and prompt you to reopen in container.
-
Wait for Setup: The DevContainer will automatically:
- Install Java, Node.js, and required tools
- Start Docker services (PostgreSQL, Keycloak)
- Build the project with
./gradlew clean installDist
-
Launch Configurations Available:
- Manager (Debug Demo Setup, one-click)
- Manager (Debug Test Setup, one-click)
- Manager (Debug Empty Setup, one-click)
