/gitlab-community

Spring Boot application which uses GitLab Subgroups together with Mattermost Private Channels to provide a community website

Primary LanguageJavaApache License 2.0Apache-2.0

GitLab Community Build Status Docker Image

Spring Boot application which uses GitLab Subgroups together with Mattermost Private Channels to provide a community website.

Install Maven Wrapper

cd /path/to/project
mvn -N io.takari:maven:wrapper

Run the project with

./mvnw clean spring-boot:run -Dspring-boot.run.profiles=test

Open browser to http://localhost:8080/

To package the project run

./mvnw clean package