Downloads
Windows x64 Portable
Portable application, download, unzip and double click on Kooboo.exe to run.
Microsoft Store
Windows user may search Kooboo on Microsoft Store and install from there.
Windows x64 Installer
Install Kooboo into Windows OS, easier to use, suitable for long term user.
Linux x64
Use wget to install or update:
sudo wget -O - https://www.kooboo.com/install.sh | /bin/bash
Or use curl to install or update:
sudo /bin/bash -c "$(curl -fsSL https://www.kooboo.com/install.sh)"
After installation successfully, use below commands to start or stop service
sudo systemctl status kooboo
sudo systemctl stop kooboo
sudo systemctl start kooboo
Docker
Assume that docker container is running on port 80, and the user data will stored in /var/lib/kooboo
Run:
docker run -d -p 80:80 -v /var/lib/kooboo:/data --name kooboo kooboo/kooboo:latest