The init_kixfw Database Creation Script


Below is shown a copy of the init_kixfw script. It is distributed as a template with the KixFw download. The script is used to initialise the KIX triple database in the KIX data directory.

The script needs adaptation for each KIX instance. The place, where adaptation is required, is marked by a hypertext link, which if followed explains the configured item.

 #!/usr/bin/perl
 use strict;
 use lib '/home/metaagility/lib';
 use cfw_kix;
 use PythonTech::Cfw;
 
 cfw('kix/initstorage')->init($0,@ARGV);
Since the init_kixfw script is specific to each KIX instance it is recommended that it is installed in the KIX data directory.

Back to the main installation instruction page.


The KixFw development team would appreciate any comments or questions. Include your details if you wish to be contacted. kix4kixfw
 
 

2008-12-30 11:12


Home of kixfw.sourceforge.net
Contact kixfw project