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 ...@@ -98,26 +98,23 @@ C. Installation
$ tar xzvf warden-server-2.2.tar.gz $ tar xzvf warden-server-2.2.tar.gz
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
...@@ -204,19 +201,15 @@ C. Installation ...@@ -204,19 +201,15 @@ C. Installation
D. Update 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.
...@@ -226,19 +219,15 @@ D. Update ...@@ -226,19 +219,15 @@ D. Update
E. Uninstallation 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.
Finish editing this message first!
Please register or to comment