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
......@@ -25,7 +25,7 @@ A. Overall Information
2. Version
2.1 (2012-11-16)
2.2 (2013-??-??)
3. Package structure
......@@ -43,17 +43,18 @@ A. Overall Information
INSTALL
LICENSE
README
UNINSTALL
UPDATE
warden.mysql
warden20to21.patch
etc/
package_version
warden-apache.conf
warden-client.conf
warden-server.conf
lib/
WardenConf.pm
Warden.pm
WardenReg.pm
WardenStatus.pm
WardenCommon.pm
Warden/
ApacheDispatch.pm
uninstall.sh
......@@ -92,11 +93,11 @@ C. Installation
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.
$ tar xzvf warden-server-2.1.tar.gz
$ tar xzvf warden-server-2.2.tar.gz
3. Run install.sh.
......@@ -121,16 +122,10 @@ C. Installation
4. Configuration files
You are advised to check configuration file warden-apache.conf,
warden-server.conf and warden-client.conf in warden-server/etc/
directory after installation. For more information about post-installation
steps see INSTALL file in '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.
You are advised to check configuration file warden-apache.conf and
warden-server.conf in warden-server/etc/ directory after installation.
For more information about post-installation steps see INSTALL file in
'doc' directory.
SOAP protocol is used for handling communication between server and clients.
Therefore, correct URI of Warden server must be set.
......@@ -140,22 +135,8 @@ C. Installation
Configuration files contain following parameters:
a) warden-client.conf:
URI - URI Warden server
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:
a) warden-server.conf:
The Warden server configuration file contains:
......@@ -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