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

update README pro verzi 2.2

parent 96f09b65
No related branches found
No related tags found
No related merge requests found
+----------------------------+ +----------------------------+
| README - Warden Server 2.1 | | README - Warden Server 2.2 |
+----------------------------+ +----------------------------+
Content Content
...@@ -25,7 +25,7 @@ A. Overall Information ...@@ -25,7 +25,7 @@ A. Overall Information
2. Version 2. Version
2.1 (2012-11-16) 2.2 (2013-??-??)
3. Package structure 3. Package structure
...@@ -43,17 +43,18 @@ A. Overall Information ...@@ -43,17 +43,18 @@ A. Overall Information
INSTALL INSTALL
LICENSE LICENSE
README README
UNINSTALL
UPDATE
warden.mysql warden.mysql
warden20to21.patch
etc/ etc/
package_version package_version
warden-apache.conf warden-apache.conf
warden-client.conf
warden-server.conf warden-server.conf
lib/ lib/
WardenConf.pm WardenConf.pm
Warden.pm Warden.pm
WardenReg.pm WardenCommon.pm
WardenStatus.pm
Warden/ Warden/
ApacheDispatch.pm ApacheDispatch.pm
uninstall.sh uninstall.sh
...@@ -92,11 +93,11 @@ C. Installation ...@@ -92,11 +93,11 @@ C. Installation
1. Check SHA1 checksum of the Warden server package archive. 1. Check SHA1 checksum of the Warden server package archive.
$ sha1sum -c warden-server-2.1.tar.gz.sig $ sha1sum -c warden-server-2.2.tar.gz.sig
2. Untar it. 2. Untar it.
$ tar xzvf warden-server-2.1.tar.gz $ tar xzvf warden-server-2.2.tar.gz
3. Run install.sh. 3. Run install.sh.
...@@ -121,16 +122,10 @@ C. Installation ...@@ -121,16 +122,10 @@ C. Installation
4. Configuration files 4. Configuration files
You are advised to check configuration file warden-apache.conf, You are advised to check configuration file warden-apache.conf and
warden-server.conf and warden-client.conf in warden-server/etc/ warden-server.conf in warden-server/etc/ directory after installation.
directory after installation. For more information about post-installation For more information about post-installation steps see INSTALL file in
steps see INSTALL file in 'doc' directory. 'doc' directory.
Although this is the Warden server package it also contains several
functions (for administration and maintenance) that are strictly
client-side in a way the Warden system handles functions. Therefore you have
to check both server and client config files to make sure your installation
of the Warden server was successful and complete.
SOAP protocol is used for handling communication between server and clients. SOAP protocol is used for handling communication between server and clients.
Therefore, correct URI of Warden server must be set. Therefore, correct URI of Warden server must be set.
...@@ -140,22 +135,8 @@ C. Installation ...@@ -140,22 +135,8 @@ C. Installation
Configuration files contain following parameters: Configuration files contain following parameters:
a) warden-client.conf:
URI - URI Warden server a) warden-server.conf:
e.g. 'https://warden.server.com:443/Warden'
SSL_KEY_FILE - path to a host key file,
e.g. '/etc/ssl/private/warden.server.com.key'
SSL_CERT_FILE - path to a host certificate file,
e.g. '/etc/ssl/certs/warden.server.com.pem'
SSL_CA_FILE - path to a CA file
e.g. '/etc/ssl/certs/tcs-ca-bundle.pem'
b) warden-server.conf:
The Warden server configuration file contains: The Warden server configuration file contains:
...@@ -374,4 +355,4 @@ H. Status Info ...@@ -374,4 +355,4 @@ H. Status Info
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Copyright (C) 2011-2012 Cesnet z.s.p.o Copyright (C) 2011-2013 Cesnet z.s.p.o
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