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

uprava napoved skriptu install.sh, uninstall.sh a update.sh

parent 7a40bc83
No related branches found
No related tags found
No related merge requests found
...@@ -109,16 +109,17 @@ C. Installation ...@@ -109,16 +109,17 @@ C. Installation
For more information about install.sh options run install.sh -h 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> -e <email_address> [-s <directory>] [-hV]" Usage: $ ./install.sh -d <directory> -k <ssl_key> -c <ssl_cert> -a <ssl_ca_cert> -e <email_address> [-s <directory>] [-hV]
-d <directory> installation directory -d <directory> Warden server installation directory
-k <ssl_key_file> SSL certificate key file path -k <ssl_key> path to SSL key
-c <ssl_cert_file> SSL certificate file path -c <ssl_cert> path to SSL certificate
-a <ssl_ca_file> CA certificate file path -a <ssl_ca_cert> path to CA certificate
-e <e-mail address> e-mail address to Warden server administrator -e <e-mail address> e-mail address to Warden server administrator
-s <directory> directory for symlinks to Warden server control scripts (optional) -s <directory> directory of symlinks to system control scripts (optional)
-h print this help -h print this help
-V print script version number and exit -V print script version number and exit
Example: $ ./install.sh -d /opt/warden-server Example: $ ./install.sh -d /opt/warden-server
-k /etc/ssl/private/server.key -k /etc/ssl/private/server.key
-c /etc/ssl/certs/server.pem -c /etc/ssl/certs/server.pem
...@@ -126,7 +127,7 @@ C. Installation ...@@ -126,7 +127,7 @@ C. Installation
-e admin@domain.com -e admin@domain.com
-s /usr/local/bin -s /usr/local/bin
For more information about installation process, see README file (section Installation). For more information about post-installation steps see UPDATE file.
4. Configuration files 4. Configuration files
...@@ -230,13 +231,13 @@ D. Update ...@@ -230,13 +231,13 @@ D. Update
For more information about update.sh options run update.sh -h For more information about update.sh options run update.sh -h
Usage: $ ./update.sh -d <directory> [-shV] Usage: update.sh -d <directory> [-s <directory>] [-hV]
-d <directory> destination directory -d <directory> Warden server to update
-s <directory> directory for symlinks to Warden server control scripts (optional) -s <directory> directory of symlinks to system control scripts (optional)
-h print this help -h print this help
-V print script version number and exit -V print script version number and exit
Example: $ ./update.sh -d /opt/warden-server Example: $ ./update.sh -d /opt/warden-server -s /usr/local/bin
For more information about post-update steps see UPDATE file. For more information about post-update steps see UPDATE file.
...@@ -249,14 +250,14 @@ E. Uninstallation ...@@ -249,14 +250,14 @@ E. Uninstallation
For more information about uninstall.sh options run uninstall.sh -h For more information about uninstall.sh options run uninstall.sh -h
Usage: uninstall.sh -d <directory> [-s <directory>] [-hV] Usage: uninstall.sh -d <directory> [-s <directory>] [-hV]
-d <directory> uninstallation directory of Warden server -d <directory> Warden server to uninstall
-s <directory> directory for symlinks to Warden server control scripts (optional) -s <directory> directory of symlinks to system control scripts (optional)
-h print this help -h print this help
-V print script version number and exit -V print script version number and exit
Example: $ ./uninstall.sh -d /opt/warden-server -s /usr/local/bin Example: $ ./uninstall.sh -d /opt/warden-server -s /usr/local/bin
For more information about uninstallation process, see README file (section Uninstallation). For more information about post-uninstallation steps see UNINSTALL file.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
......
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