Skip to content
Snippets Groups Projects
Commit cfdd1eea authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

smazana zminka o defaultnim adresari serveru v /opt, smazana podminka byt...

smazana zminka o defaultnim adresari serveru v /opt, smazana podminka byt root, uprava examplu, uprava znaceni povinnych argumentu skriptu a to vse pro instal.sh, update.sh a uninstall.sh
parent cc709381
No related branches found
No related tags found
No related merge requests found
......@@ -98,26 +98,23 @@ C. Installation
$ tar xzvf warden-server-2.2.tar.gz
3. Run install.sh.
Default installation directory is /opt/warden-server/
For more information about install.sh options run install.sh -h
Usage: $ ./install.sh [-d <directory>] [-k <ssl_key_file>]
[-c <ssl_cert_file>] [-a <ssl_ca_file>] [-hV]"
-d <directory> installation directory (default: /opt)
Usage: $ ./install.sh -d <directory> -k <ssl_key_file> -c <ssl_cert_file> -a <ssl_ca_file> [-hV]"
-d <directory> installation directory
-k <ssl_key_file> SSL certificate key file path
-c <ssl_cert_file> SSL certificate file path
-a <ssl_ca_file> CA certificate file path
-h print this help
-V print script version number and exit
Example: # ./install.sh -d /opt -k /etc/ssl/private/server.key
Example: # ./install.sh -d /opt/warden-server
-k /etc/ssl/private/server.key
-c /etc/ssl/certs/server.pem
-a /etc/ssl/certs/bundle.pem
You must be root for running this script.
4. Configuration files
You are advised to check configuration file warden-apache.conf and
......@@ -204,19 +201,15 @@ C. Installation
D. Update
For update of the 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
Usage: $ ./update.sh [-d <directory>] [-hV]
-d <directory> destination directory (default: /opt)
Usage: $ ./update.sh -d <directory> [-hV]
-d <directory> destination directory
-h print this help
-V print script version number and exit
Example: # ./update.sh -d /opt
You must be root for running this script.
Example: # ./update.sh -d /opt/warden-server
For more information about post-update steps see UPDATE file in 'doc'
directory.
......@@ -226,19 +219,15 @@ D. Update
E. Uninstallation
For uninstallation of the Warden server package from local machine use uninstall.sh.
Default uninstallation directory is /opt/warden-server/.
For more information about uninstall.sh options run uninstall.sh -h
Usage: $ ./uninstall.sh [-d <directory>] [-hV]
-d <directory> uninstallation directory (default: /opt)
Usage: $ ./uninstall.sh -d <directory> [-hV]
-d <directory> uninstallation directory
-h print this help
-V print script version number and exit
Example: # ./uninstall.sh -d /opt
You must be root for running this script.
Example: # ./uninstall.sh -d /opt/warden-server
For more information about post-uninstallation steps see UNINSTALL file in 'doc'
directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment