Quick Start
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to download and install Ostara, head to the on GitHub and download the binary for the platform of your choice.
Ostara contains an in-app demo, the demo allows you to play around with a preconfigured, live Spring Boot application with Actuator and see most of the features Ostara has to offer. Read more on how to start the demo in In-App Demo
In order to use Ostara you must have a running and accessible Spring Boot application with Actuator.
Spring Boot, by default, does not expose most Actuator endpoints. While Ostara can work even in these minimal conditions, we recommend that you expose your actuator like so:
If your Actuator endpoints are protected, you may apply these authentication settings when creating your application in Ostara. For more information, see Authentication Settings.
Once your instance is ready, head to Creating / Updating Instances.