Install with RPM
You can install Class 4 on any Centos environment using RPM. We have RPM for fresh install and update.
Each install of Class 4 comes with a forever free 500 ports. If you need more than 500 ports, you can buy license from http://www.denovo.me.
yum -y install epel-release
yum -y install https://repo.ius.io/ius-release-el7.rpm
yum -y install centos-release-scl
yum -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
yum install -y https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum -y install http://repo.denovolab.com/centos/7/noarch/denovolab-1-1.noarch.rpm
yum -y install dnl_database
yum -y install denovolab-software
yum -y install dnl_live_monitor
yum install -y epel-release
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
yum install -y python3
yum -y install centos-release-scl
yum install -y http://repo.denovolab.com/centos/7/noarch/denovolab-1-1.noarch.rpm
yum install -y gcc-c++ make
curl -sL https://rpm.nodesource.com/setup_12.x | sudo -E bash -
yum -y install nodejs
yum -y install dnlv6_database
yum -y install denovolabv6-software
Last modified 7mo ago