RT notifier: parse templates without header correctly
[openxpki.git] / trunk / clients / perl / OpenXPKI-Client-HTML-Mason / README
blob27efefd077ec1d7541522fc8a1bbc9e80ddea60b
1 OpenXPKI-Client-HTML-Mason version 0.0.1
3 This module implements a HTML (Web) interface to a locally running
4 OpenXPKI daemon process via the Default service.
6 INSTALLATION
8 To install this module, run the following commands:
10     perl Makefile.PL
11     make
12     make test
13     make install
16 Alternatively, to install with Module::Build, you can use the following commands:
18     perl Build.PL
19     ./Build
20     ./Build test
21     ./Build install
24 Web server configuration
28 DEPENDENCIES
30 At minimum requires a web server that is capable of running CGI scripts.
31 Apache with mod_perl is the recommended configuration.
33 This module requires a full installation of the OpenXPKI core modules,
34 the OpenXPKI::Client class and a properly configured and running OpenXPKI
35 daemon to communicate with.
38 DIAGNOSTICS
40 Error:
41   Apache error: Can't locate object method "new" via package "Apache::Request"...
42 Solution: 
43   Locate the shared lib libapreq.so and make sure the Apache runtime can
44   properly acces this library.
51 COPYRIGHT AND LICENCE
53 Copyright (C) 2006, Martin Bartosch
55 This library is free software; you can redistribute it and/or modify
56 it under the same terms as Perl itself.