SolidUI Server-side Compilation
1. Prerequisites
1.1 Environmental requirements
Compilation environment requirements: Must be JDK8 or above, both Oracle/Sun and OpenJDK are supported.
Install Maven environment yourself, version 3.5.4 or above is recommended. Or you can directly use the maven-wrapper in the source code.
1.2 Get the source code
Method 1: Obtain the source code of the project from the github repository https://github.com/CloudOrc/SolidUI.
Method 2: Download and download the source package of the required version from https://github.com/CloudOrc/SolidUI/releases.
2. Server-side compilation
cd solidui-x.x.x-src
# Compile
mvn clean -N install
mvn clean install -Dmaven.test.skip=true
3. Full compilation (server side and front end)
cd solidui-x.x.x-src
# Compile
mvn clean -N install
mvn clean install -Dmaven.test.skip=true -Prelease
4. Post-Compilation Files
The files after compilation are located in the solidui-x.x.x-src/solidui-dist/target directory and include the following files:
solidui-x.x.x-bin.tar.gz Installation Package
solidui-x.x.x-src.tar.gz Source Code Files