Changes between Version 69 and Version 70 of NSM2021/Agenda/Librenms


Ignore:
Timestamp:
Aug 10, 2024, 2:34:54 PM (5 weeks ago)
Author:
tuwan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NSM2021/Agenda/Librenms

    v69 v70  
    5555If this script fails, The workaround is to install the composer package manually.
    5656
    57 {{{#!bash
     57{{{
    5858wget https://getcomposer.org/composer-stable.phar
    5959mv composer-stable.phar /usr/bin/composer
     
    104104NOTE: Change the 'password' below to something secure.
    105105
    106 {{{#!bash
     106{{{
    107107CREATE DATABASE librenms CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
    108108CREATE USER 'librenms'@'localhost' IDENTIFIED BY 'password';
     
    143143
    144144edit server_name as required:
    145 {{{#!bash
     145{{{
    146146server {
    147147 listen      80;