Personal tools

Difference between revisions of "Scripts repository installation instructions"

From PhotoVoltaic Logger new generation

Jump to: navigation, search
(Created page with "Install with Git by cloning # git clone <nowiki>https://github.com/KKoPV/PVLng-scripts.git</nowiki> or download an archive # wget -O master.zip <nowiki>https://github.com...")
 
 
(No difference)

Latest revision as of 12:22, 7 April 2014

Install with Git by cloning

# git clone https://github.com/KKoPV/PVLng-scripts.git

or download an archive

# wget -O master.zip https://github.com/KKoPV/PVLng-scripts/zipball/master
# unzip master.zip
# mv PVLng-scripts-master/* .
# rm -r master.zip PVLng-scripts-master

Afterwards prepare the configuration file with

# cp PVLng.conf.dist PVLng.conf

Fill in at least your API key, you can find it on the information page.

There are some examples in the Category:Scripts.