[Solved] Installing Modules does not create the require sql table??

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??

Paul Reed's picture

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

ewiandr's picture

Re: [Solved] Installing Modules does not create the require sql table??

Hi,

Sorry I'm actually using:

cd /var/www/emoncms/Modules

Andy

Eric_AMANN's picture

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

ewiandr's picture

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.