You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

726 B

POMS

POMS

Step 1: pack server

cd server
gradle clean build

Step 2: pack web

cd web
yarn build

Step 3: run

docker compose up -d

You need to prepare MySQL yourself with files in plugin/mysql.

Using /ping to test whether the server started successfully.

© Huijie.Yao (huijie.yao@outlook.com)