The perl implementation can be installed as a CGI or FastCGI module.
You need a running BabelObjects installation. Go and install BabelObjects on CPAN if you haven't already done it.
Once you have installed all the prerequisites, just download and install the BabelObjects-Component-Data-Configurator component from CPAN
If you have the .tar.gz version :
tar xzvf BabelObjects-XX.YY.tar.gz
cd BabelObjects-XX.YY
perl Makefile.PL
make
make install
There are no tests for the moment.
This component waits for the following filesystem installation :
Just launch the httpd server. For example, with the above configuration :
root # apachectl start
To test the installation, put test.bo in your html space. Go and visit it.
Enjoy !