Quick Start - IcedSoul/withme3.0 GitHub Wiki

Docker Compose

# Get project code (install git client first.)
git clone https://github.com/IcedSoul/withme3.0.git

# Enter root folder
cd ./withme3.0

# Compile the source code to jar (mvn jdk version <= 10, see your mvn jdk version by run `mvn -v`.)
mvn clean package -DskipTests

# Build docker image (install docker and docker-compose and run docker service first.)
docker-compose -f deployment/quickstart-docker-compose/docker-compose.yml build

# Run application! (make sure your server has at least 4 cores CPU and 8G memory)
docker-compose up -d

Then, visit http://localhost to see the homepage.