Quick Start
Click here to download the latest installation and upload it to the server.
1.Unzip to the specified directory
unzip ok-rasp-1.0.0-20250420121115-bin.zip -d /usr/local
2.Launch
Enter the ok-rasp/bin directory
cd ok-rasp/bin/
Then run the startup.sh script
./startup.sh
3.Set to start in the background
nohup ./startup.sh > /dev/null 2>&1 &
Of course, you can also use systemd to set it to start automatically.