OpenXPKI-Client-HTML-Mason version 0.0.1

This module implements a HTML (Web) interface to a locally running
OpenXPKI daemon process via the Default service.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


Web server configuration



DEPENDENCIES

At minimum requires a web server that is capable of running CGI scripts.
Apache with mod_perl is the recommended configuration.

This module requires a full installation of the OpenXPKI core modules,
the OpenXPKI::Client class and a properly configured and running OpenXPKI
daemon to communicate with.


DIAGNOSTICS

Error:
  Apache error: Can't locate object method "new" via package "Apache::Request"...
Solution: 
  Locate the shared lib libapreq.so and make sure the Apache runtime can
  properly acces this library.






COPYRIGHT AND LICENCE

Copyright (C) 2006, Martin Bartosch

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
