From 1a7bf9a99eaa480b188add3e31da7441121f1572 Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Wed, 19 Mar 2014 15:25:22 +0100 Subject: [PATCH] uprava volani skriptu --- src/warden-server/doc/UPDATE | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/warden-server/doc/UPDATE b/src/warden-server/doc/UPDATE index d1075a4..4a81a30 100644 --- a/src/warden-server/doc/UPDATE +++ b/src/warden-server/doc/UPDATE @@ -13,12 +13,8 @@ A. Overview ----------- For update of warden-server package from local machine use update.sh. - -Default destination directory is /opt/warden-server/. - -For more information about update.sh options run update.sh -h. -You must be root for running this script. +For more information about update.sh options run update.sh -h. B. Update steps @@ -26,7 +22,11 @@ B. Update steps 1) Update Warden server package (default destination path) - # ./warden-server-2.2/update.sh -d /opt + $ ./warden-server-2.2/update.sh -d /opt/warden-server + + or (if you want to create symlinks to Warden server control scripts during the installation process - optional) + + $ ./warden-server-2.2/update.sh -d /opt/warden-server -s /usr/local/bin C. Post-update steps @@ -41,7 +41,6 @@ ATTENTION: Running of the database update script may take a long time (in minute During this process the database will be not available! - 2) Restart Apache server # /etc/init.d/apache2 restart -- GitLab