# Don't knock yourself out! Production ready debian packages are available. ## Debian 10 (buster) ## ### Install SigScale package repository configuration: curl -sLO http://repo.sigscale.org/pool/main/s/sigscale-release/sigscale-release_1.3-1+debian10_all.deb sudo dpkg -i sigscale-release_1.3-1+debian10_all.deb sudo apt update ### Install SigScale OCS: sudo apt install ocs sudo systemctl enable ocs sudo systemctl start ocs sudo systemctl status ocs ## Debian 9 (stretch) ## ### Install SigScale package repository configuration: curl -sLO http://repo.sigscale.org/pool/main/s/sigscale-release/sigscale-release_1.3-1+debian9_all.deb sudo dpkg -i sigscale-release_1.3-1+debian9_all.deb sudo apt update ### Install SigScale OCS: sudo apt install ocs sudo systemctl enable ocs sudo systemctl start ocs sudo systemctl status ocs Contact for further assistance.