diff --git a/src/warden-server/doc/UPDATE b/src/warden-server/doc/UPDATE index d1075a4ac483ff8558822af4ed915e27006faa0b..4a81a300552949c11cadae9dc3480a367926ec02 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