Installing nipap on ubuntu 16.04
What is NIPAP? nipap is a sleek, intuitive and powerful IP address management system built to handle large amounts of IP addresses. Packages required: nipapd nipap-www postgresql-9.5-ip4r postgresql-contrib-9.5 libapache2-mod-wsgi apache2 apache2-utils All below commands are run as root user. Adding a repository 28 echo "deb http://spritelink.github.io/NIPAP/repos/apt stable main extra" > /etc/apt/sources.list.d/nipap.list 29 wget -O - https://spritelink.github.io/NIPAP/nipap.gpg.key | apt-key add - Check installed apt gpg key for repository 30 apt-key list Installing nipapd backend daemon 23 apt-get install nipapd Installing nipapd frontend web-gui 24 apt-get install nipap-www Check IP address 25 ip a Update repository after adding new repository 27 apt-get update Install all the required pa...