Clone the project
git clone https://github.com/ksginfrasolutions/librenms-portableGo to the project directory
cd librenms-portableInstall 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 : msmtpdStart the containers
sudo docker-compose up -d sudo docker-compose restartStop the containers
sudo docker-compose down