README:
The release packages of standalone and cluster have been provided for Linux, Mac and Windows.
Linux
Download the package named polaris-standalone-release-*.linux.*.zip
.
unzip polaris-standalone-release-*.linux.*.zip
cd polaris-standalone-release-*.linux.*
bash install.sh
Mac
Download the package named polaris-standalone-release-*.darwin.*.zip
.
unzip polaris-standalone-release-*.darwin.*.zip
cd polaris-standalone-release-*.darwin.*
bash install.sh
Windows
Download the package named polaris-standalone-release-*.windows.*.zip
.
unzip polaris-standalone-release-*.windows.*.zip
cd polaris-standalone-release-*.windows.*
install.bat
todo
Run the command to verify the installation.
curl http://127.0.0.1:8090
If the response is "Polaris Server", the installation is successful.