Changes between Version 69 and Version 70 of NSM2021/Agenda/Librenms
- Timestamp:
- Aug 10, 2024, 2:34:54 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NSM2021/Agenda/Librenms
v69 v70 55 55 If this script fails, The workaround is to install the composer package manually. 56 56 57 {{{ #!bash57 {{{ 58 58 wget https://getcomposer.org/composer-stable.phar 59 59 mv composer-stable.phar /usr/bin/composer … … 104 104 NOTE: Change the 'password' below to something secure. 105 105 106 {{{ #!bash106 {{{ 107 107 CREATE DATABASE librenms CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; 108 108 CREATE USER 'librenms'@'localhost' IDENTIFIED BY 'password'; … … 143 143 144 144 edit server_name as required: 145 {{{ #!bash145 {{{ 146 146 server { 147 147 listen 80;