New version, completely
This commit is contained in:
19
install.md
Normal file
19
install.md
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user