Advanced User Getting Started

Download 3Sixty product assets.

Generate a license request to use for development.

Install 3Sixty

Install 3Sixty in a local environment for testing and development.

Use a local tomcat or leverage a docker build.

Start your local server

Run the development server:

./bin/catalina.sh start

3Sixty starts at http://localhost:8080/3sixty-admin.

Discovery starts at http://localhost:8080/3sixty-discovery.

The default credentials are admin:admin.

Health Check

When users need to execute any operation, they may need to check if the 3Sixty service is up or not. This endpoint will provide this service.

To run a health check on 3Sixty, send a get request to /public/health endpoint for both 3sixty-admin and 3sixty-discovery. It should return {"success": "ok"}


Related Articles:

Upgrading 3Sixty