updatengine-ng / updatengine-client

updatengine client allow computer and server to be inventoried automatically on an updatengine server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UpdatEngine-client

UpdatEngine-client allow computer and server to be inventoried automatically on an updatengine server and to deploy softwares.

Installation

Windows

The installation can be done by the graphical interface of the setup. Below only silent command line installations are presented.

Example with an SSL certificat and immediate replacement of an existing installation

If installed from an UE-Server then there is no 'Operation completed' in deployment history due to the termination of the existing UE-Client instance, which therefore cannot send this message to the server.

updatengine-client-setup-4.1.1.exe /verysilent /server=https://UE-SERVER_IP:1979 /noproxy /delay=30 /cert="%CD%\cacert.pem" /norestart /forceinstall

Linux

wget -O /tmp/install-updatengine-client.sh https://raw.githubusercontent.com/updatengine-ng/updatengine-client/master/Linux/setup/install-updatengine-client.sh --no-check-certificate && chmod +x /tmp/install-updatengine-client.sh && sudo /tmp/install-updatengine-client.sh -s "https://UE-SERVER_IP:1979" -m 30 -c mycert.pem -n

Links

License

GPL-2.0

About

updatengine client allow computer and server to be inventoried automatically on an updatengine server

License:GNU General Public License v2.0


Languages

Language:Python 82.1%Language:Inno Setup 15.8%Language:Shell 1.8%Language:Batchfile 0.4%