Installing with docker-compose
Docker Compose is a tool for easily test and run multi-container applications. Microcks offers a simple way to set up the minimal required containers to have a functional environment in your local computer.
Usage
To get started, make sure you have Docker installed on your system.
In your terminal issue the following commands:
-
Clone this repository.
git clone https://github.com/microcks/microcks.git
-
Change to the install folder
cd microcks/install/docker-compose
-
Spin up the containers
docker-compose up -d
This will start the required containers and setup an simple environment for your usage.
Open a new browser tab and point to the http://localhost:8080
endpoint. This will redirect you to the Keycloak Single Sign On page for login. Use the following default credentials to login into the application:
- Username: admin
- Password: 123
You will be redirected to the main dashboard page. You can now start using Microcks.