Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 569 Bytes

README.debian.md

File metadata and controls

17 lines (12 loc) · 569 Bytes

Don't knock yourself out! Production ready debian packages are available.

Install SigScale package repository configuration:

Debian 12 (bookworm)

curl -sLO https://asia-east1-apt.pkg.dev/projects/sigscale-release/pool/debian-bookworm/sigscale-release_1.4.5-1+debian12_all_dc4f6c6b7f70b2853c71dac983dc4008.deb
sudo dpkg -i sigscale-release_*.deb
sudo apt update

Install SigScale CGF:

sudo apt install sigscale-cgf
sudo systemctl enable cgf
sudo systemctl start cgf
sudo systemctl status cgf

Contact [email protected] for further assistance.