ccn-infra / librenms-portable

Librenms-docker-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Librenms docker-sidecar version

Clone the project

  git clone https://github.com/ccn-infra/librenms-portable

Go to the project directory

  cd librenms-portable

Install docker and docker-compose

  sudo sh install_docker.sh 

Setup the Env dependencies

  sh setup_env.sh
  

Edit the env files for changing the params

TZ and Mysql  : .env 
Libre  : librenms.env
SMTP config  : msmtpd

Start the containers

  sudo docker-compose up -d 

Create a admin user

http://localhost:8000

Restart all the containers

  sudo docker-compose restart

Stop the containers

  sudo docker-compose down  

About

Librenms-docker-setup


Languages

Language:Shell 97.8%Language:PHP 2.2%