Emoncms emonhub.conf and emoncms configuration module for low-write raspberry pi based installations of emoncms
Emoncms, Emonhub (emon-pi varient) should be installed
cd /var/www/emoncms/Modules
git clone https://github.com/emoncms/config
Check for database updates in Emoncms admin
sudo chmod 666 /home/pi/data/emonhub.conf
sudo cp emonhub-sudoers /etc/sudoers.d/
sudo chmod 0440 /etc/sudoers.d/emonhub-sudoers
Emonhub service has now been swtiched to using systemd, to allow the emonhub config module to read the systemd log we need to add the following group permissions.
sudo usermod -a -G systemd-journal www-data