You must install Docker and docker-compose.
Clone the repository
$ git clone https://github.com/KnowledgeCaptureAndDiscovery/wings.gitDeploy the container with the following command:
$ docker-compose up -dOpen the browser http://localhost:8080/wings-portal to access the Wings portal.
To stop the container, run the following command:
$ docker-compose downThe 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
Please follow the instructions in README Configuration to configure the Wings project.
Docker images are available at DockerHub
Please follow the instructions in README Maven to install the Wings project.