The software laboratory is a SaaS application based on container technology, and all kinds of basic components can be obtained in a few simple steps
Jdk1.8+
, maven3.2+
, Docker CE
mvn test
- build all
mvn clean package
- build application
mvn -DskipTests=true clean package -pl application -am
Currently supports MacOS, Linux (CentOS), and plans to support Windows in the future
Install java and DockerCE version
Compile the source code to get the compressed package or download the installation package directly to decompress
unzip softwarelab-xx.zip -d /path/to/
Execute start command
./path/to/softwarelab/bin/startup.sh
Use a browser to open the address https://ip:8080/
, the default username and password: ʻadmin/123456`
//todo add video
./path/to/softwarelab/bin/restart.sh
./path/to/softwarelab/bin/shutdown.sh
tail -f /path/to/softwarelab/softwarelab-xx.log
//todo
//todo