Closed NavidSassan closed 1 year ago
In GitLab by @markuslf on Jul 18, 2021, 10:17
Possibilities to think about
What would be the best? Advantages/Disadvantages? What is the best in a datacenter environment?
And what about Windows?
In GitLab by @markuslf on Jul 28, 2021, 16:52
Bash:
+1 for debian package :)
Sounds like there's definitely a need for a Linuxfabrik repo server, based on fpm or something similar.
RPM or DEB file will do a complete low-level installation including Python psutil (not with pip), like glances does. There will be no dependency on EPEL or similar.
We will implement this as follows:
Python
setup.py
with something like arequirements.txt
? https://docs.python.org/3/distutils/setupscript.html,pip3 install -r /path/to/requirements.txt
Bash script? Something like
curl https://git.linuxfabrik.ch/path/to/install.sh | sudo bash
?should:
curl
)icingacli director
is available, import all the command definitions (make sure that this will not break the existing config)should use a default PYVER and default to the
master
branch, but accept those as options