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

uprava help vypisu install.sh; uprava struktury balicky warden serveru

parent f68030eb
No related branches found
No related tags found
No related merge requests found
...@@ -27,17 +27,16 @@ A. Overall Information ...@@ -27,17 +27,16 @@ A. Overall Information
2.2 (2013-??-??) 2.2 (2013-??-??)
3. Package structure 3. Installed package structure
warden-server/ bin/
bin/
getClients.pl getClients.pl
getStatus.pl getStatus.pl
registerReceiver.pl registerReceiver.pl
registerSender.pl registerSender.pl
unregisterClients.pl unregisterClients.pl
wardenWatchdog.pl wardenWatchdog.pl
doc/ doc/
AUTHORS AUTHORS
CHANGELOG CHANGELOG
INSTALL INSTALL
...@@ -46,20 +45,21 @@ A. Overall Information ...@@ -46,20 +45,21 @@ A. Overall Information
README.wardenWatchdog README.wardenWatchdog
UNINSTALL UNINSTALL
UPDATE UPDATE
warden.mysql
warden21to22.patch warden21to22.patch
etc/ warden.mysql
etc/
package_version package_version
warden-apache.conf warden-apache.conf
warden-server.conf warden-server.conf
WardenWatchdog.conf WardenWatchdog.conf
lib/ lib/
Warden.pm
WardenCommon.pm
WardenWatchdog.pm
Warden/ Warden/
ApacheDispatch.pm ApacheDispatch.pm
uninstall.sh WardenCommon.pm
Warden.pm
WardenWatchdog.pm
sh/
uninstall.sh
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
...@@ -67,9 +67,9 @@ B. Installation Dependencies ...@@ -67,9 +67,9 @@ B. Installation Dependencies
1. Applications: 1. Applications:
Perl >= 5.10.1 Perl >= 5.10.1
MySQL >= 5.1.66 MySQL >= 5.1.66
Apache >= 2.2.16 Apache >= 2.2.16
2. Perl modules: 2. Perl modules:
...@@ -107,11 +107,12 @@ C. Installation ...@@ -107,11 +107,12 @@ 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> [-hV]" Usage: $ ./install.sh -d <directory> -k <ssl_key_file> -c <ssl_cert_file> -a <ssl_ca_file> [-s <directory>] [-hV]"
-d <directory> installation directory -d <directory> installation directory
-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
-s <directory> directory for symlinks to Warden server 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
...@@ -120,11 +121,12 @@ C. Installation ...@@ -120,11 +121,12 @@ C. Installation
-k /etc/ssl/private/server.key -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
-s /usr/local/bin
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
warden-server.conf in warden-server/etc/ directory after installation. warden-server.conf in 'etc' directory after installation.
For more information about post-installation steps see INSTALL file in For more information about post-installation steps see INSTALL file in
'doc' directory. 'doc' directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment