Installation and upgrade¶
Installation from repository¶
RPi-Monitor is providing a debian repository. This repository makes
installation and update accessible with the command apt
, apt-get
or aptitude
.
To use this repository follow the instruction bellow:
Install RPi-Monitor‘s public key to trust RPi-Monitor repository:
sudo apt-get install dirmngr
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
Execute the following command to add RPi-Monitor into your list of repository:
sudo wget http://goo.gl/vewCLL -O /etc/apt/sources.list.d/rpimonitor.list
To install RPi-Monitor, execute the following command:
sudo apt-get update
sudo apt-get install rpimonitor
Hint
RPi-Monitor is designed to start automatically and collect metrics. The web interface is available on address http://raspberrypi.local:8888.
Note
You may notice that RPiMonitor repository is hosted on http://giteduberger.fr/
First step¶
After first installation you will see the following message:
Execute the following command to update packages information
sudo /etc/init.d/rpimonitor update
Upgrade¶
If you have performed an installation from repository you can upgrade RPi-Monitor with the following command:
sudo apt-get update
sudo apt-get upgrade
After installation you should excute the following command to update information about upgradable packages:
sudo /etc/init.d/rpimonitor update