Changes between Version 1 and Version 2 of NSM2021/Agenda/Librenms
- Timestamp:
- May 9, 2021, 5:37:31 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NSM2021/Agenda/Librenms
v1 v2 10 10 * sudo access to the server. All following commands have to be entered as the root user. Best way to do it is, by login in as root with {{{ sudo su }}} 11 11 12 Installation Packages 12 13 14 `apt install software-properties-common` 15 `add-apt-repository universe` 16 `apt update` 17 `apt install acl curl composer fping git graphviz imagemagick mariadb-client mariadb-server mtr-tiny nginx-full nmap php7.4-cli php7.4-curl php7.4-fpm php7.4-gd php7.4-json php7.4-mbstring php7.4-mysql php7.4-snmp php7.4-xml php7.4-zip rrdtool snmp snmpd whois unzip python3-pymysql python3-dotenv python3-redis python3-setuptools python3-systemd` 18 19