19 lines
674 B
Markdown
19 lines
674 B
Markdown
Extracting the package
|
|
----------------------
|
|
{_install_path} is the path where "plutonium" folder will reside
|
|
|
|
mkdir {_install_path}
|
|
tar -C {_install_path} -xvvf plutonium.tar {_install_path}
|
|
|
|
|
|
Link proper service files to systemd
|
|
------------------------------------
|
|
Gather system statistics:
|
|
|
|
sudo ln -s {_install_path}/plutonium/systemd/sysstats.service /etc/systemd/system/sysstats.service
|
|
sudo systemctl enable /etc/systemd/system/sysstat.service
|
|
|
|
Gather data from Davis vantage Vue
|
|
|
|
sudo ln -s {_install_path}/plutonium/systemd/davis_etl.service /etc/systemd/system/daivs_etl.service
|
|
sudo systemctl enable /etc/systemd/system/davis_etl.service |