G'day,
I've tried all the ways of installing emoncms onto my raspberry pi, and every time i try to add one of the modules it never seems to create the require sql table....
This it how I added the modules:
cd /usr/share/emoncms/www/Modules
git clone https://github.com/emoncms/raspberrypi.git
git clone https://github.com/emoncms/event.git
git clone https://github.com/emoncms/openbem.git
git clone https://github.com/emoncms/energy.git
git clone https://github.com/emoncms/notify.git
git clone https://github.com/emoncms/report.git
git clone https://github.com/emoncms/packetgen.git
git clone https://github.com/elyobelyob/mqtt.git
I must be missing something but not sure what?
Any ideas??
Re: [Solved] Installing Modules does not create the require sql table??
This it how I added the modules:
cd /usr/share/emoncms/www/Modules
Shouldn't it be:
cd /usr/share/www/emoncms/Modules
Paul
Re: [Solved] Installing Modules does not create the require sql table??
Hi,
Sorry I'm actually using:
cd /var/www/emoncms/Modules
Andy
Re: [Solved] Installing Modules does not create the require sql table??
Hi,
The directory seems ok.
1. Log in your emoncms server as admin.
2. Go in the admin section (top right corner)
3. Click on the "Update and check" button.
Eric
Re: [Solved] Installing Modules does not create the require sql table??
Fantastic, that's what I've been looking for....
Thank you so much
:)
Andy