Skip to content

KnowledgeCaptureAndDiscovery/wings

Repository files navigation

Test

Wings

Installation

Docker

You must install Docker and docker-compose.

Clone the repository

$ git clone https://github.com/KnowledgeCaptureAndDiscovery/wings.git

Deploy the container with the following command:

$ docker-compose up -d

Open the browser http://localhost:8080/wings-portal to access the Wings portal.

To stop the container, run the following command:

$ docker-compose down

Users

The default user is admin and the password is 4dm1n!23. You can change the password in the ./wings-docker/config/tomcat/tomcat-users.xml and rebuild the container.

$ docker-compose build
$ docker-compose up -d

Configuration

Please follow the instructions in README Configuration to configure the Wings project.

Images

Docker images are available at DockerHub

Maven

Please follow the instructions in README Maven to install the Wings project.