Download Latest Version VISD-1.04.tar.gz (1.3 MB)
Email in envelope

Get an email when there's a new version of VISD

Home / debian
Name Modified Size InfoDownloads / Week
Parent folder
visd_1.00-1_amd64.deb 2020-04-13 52.1 kB
Totals: 1 Item   52.1 kB 0

Fast installation on Centos 7

1. Install repos and package

$ sudo yum install epel-release
$ sudo rpm -Uvh https://dist.suffit.org/repo/rhel7/abalama-release-1.00-1.el7.noarch.rpm
$ sudo yum install visd

2. Edit configuration files

$ sudo vi /etc/visd/visd.conf

3. Enable cetus daemon

$ systemctl enable cetus
$ systemctl start cetus

4. Enable web-server (visd)

$ systemctl enable visd
$ systemctl start visd

5. Done! Now check in web browser

$ lynx http://localhost:8473

PROFIT!

Source: README.md, updated 2020-10-14