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
...@@ -99,25 +99,22 @@ C. Installation ...@@ -99,25 +99,22 @@ C. Installation
3. Run install.sh. 3. Run install.sh.
Default installation directory is /opt/warden-server/
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>] Usage: $ ./install.sh -d <directory> -k <ssl_key_file> -c <ssl_cert_file> -a <ssl_ca_file> [-hV]"
[-c <ssl_cert_file>] [-a <ssl_ca_file>] [-hV]" -d <directory> installation directory
-d <directory> installation directory (default: /opt)
-k <ssl_key_file> SSL certificate key file path -k <ssl_key_file> SSL certificate key file path
-c <ssl_cert_file> SSL certificate file path -c <ssl_cert_file> SSL certificate file path
-a <ssl_ca_file> CA certificate file path -a <ssl_ca_file> CA certificate file path
-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 -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 -c /etc/ssl/certs/server.pem
-a /etc/ssl/certs/bundle.pem -a /etc/ssl/certs/bundle.pem
You must be root for running this script.
4. Configuration files 4. Configuration files
You are advised to check configuration file warden-apache.conf and You are advised to check configuration file warden-apache.conf and
...@@ -205,18 +202,14 @@ D. Update ...@@ -205,18 +202,14 @@ D. Update
For update of the Warden server package from local machine use update.sh. 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 For more information about update.sh options run update.sh -h
Usage: $ ./update.sh [-d <directory>] [-hV] Usage: $ ./update.sh -d <directory> [-hV]
-d <directory> destination directory (default: /opt) -d <directory> destination directory
-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 Example: # ./update.sh -d /opt/warden-server
You must be root for running this script.
For more information about post-update steps see UPDATE file in 'doc' For more information about post-update steps see UPDATE file in 'doc'
directory. directory.
...@@ -227,18 +220,14 @@ E. Uninstallation ...@@ -227,18 +220,14 @@ E. Uninstallation
For uninstallation of the Warden server package from local machine use uninstall.sh. 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 For more information about uninstall.sh options run uninstall.sh -h
Usage: $ ./uninstall.sh [-d <directory>] [-hV] Usage: $ ./uninstall.sh -d <directory> [-hV]
-d <directory> uninstallation directory (default: /opt) -d <directory> uninstallation directory
-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 Example: # ./uninstall.sh -d /opt/warden-server
You must be root for running this script.
For more information about post-uninstallation steps see UNINSTALL file in 'doc' For more information about post-uninstallation steps see UNINSTALL file in 'doc'
directory. directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment