Skip to content

Setting up Mockpit

Sran Manpreet edited this page Aug 21, 2023 · 1 revision

Mockpit is a versatile web application built using Spring Boot and Angular. To start using it, you have three main options for setting it up:

  1. Native Installation: Run Mockpit just like you would run any Spring Boot and Angular web application. This method provides direct control over the application and its components.

  2. Docker Installation: Use pre-built Docker images available on Docker Hub to run Mockpit in a containerized environment. This option offers easy deployment and isolation.

  3. Docker Compose Installation: If you want to orchestrate the deployment of Mockpit along with other services, you can use Docker Compose for a multi-container setup.

Choose the installation method that suits your needs and workflow. Each guide provides step-by-step instructions to help you get Mockpit up and running smoothly. If you have any questions or run into issues, don't hesitate to reach out for assistance.

Clone this wiki locally