From 0d4c7b06b294c90c112b668f2d09be7e30768e01 Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Thu, 15 Jan 2015 08:46:14 +0100 Subject: [PATCH] vytvoren INSTALL soubor; pridana paticka --- src/warden-client/doc/INSTALL | 54 ++++++++++++++++++++++++++--------- 1 file changed, 41 insertions(+), 13 deletions(-) diff --git a/src/warden-client/doc/INSTALL b/src/warden-client/doc/INSTALL index 3c4826c..4a7c767 100644 --- a/src/warden-client/doc/INSTALL +++ b/src/warden-client/doc/INSTALL @@ -1,22 +1,50 @@ Installation process --------------------- +==================== + +Content + + A. Overview + B. Pre-installation step + C. Installation step + D. Post-installation steps + +-------------------------------------------------------------------------------- + +A. Overview +----------- For installation of warden-client package on local machine use install.sh. - -Default destination directory is /opt/warden-client/. - + For more information about install.sh options run install.sh -h. -You must be root for running this script. +B. Pre-installation step +------------------------ + +1) Install necessary packages + + # aptitude install + + +C. Installation step +-------------------- + +1) Install Warden client package (example) + + $ tar xzvf warden-client-2.2.tar.gz + $ cd warden-client-2.2 + + $ ./install.sh -d /opt/warden-client -k /etc/ssl/private/client.key -c /etc/ssl/certs/client.pem -a /etc/ssl/certs/bundle.pem + + +D. Post-installation steps +-------------------------- + +1) Warden client configuration + + - configure warden-client.conf placed in <warden-client_path>/etc directory -Uninstallation process ----------------------- -For uninstallation of warden-client package from local machine use uninstall.sh. - -Default uninstallation directory is /opt/warden-client/. - -For more information about uninstall.sh options run uninstall.sh -h. +-------------------------------------------------------------------------------- -You must be root for running this script. +Copyright (C) 2011-2015 Cesnet z.s.p.o -- GitLab