Providing the Local.pm module has been installed in the CGI binary directory and adapted as required, the kixshow script normally doesn't need any adaption. The kixshow script only needs to by installed by copying it to the CGI binary directory.
#!/usr/bin/perl
#=======================================================================
# Explore and edit the triple database for kix.
# Configuration is in Local.pm
#=======================================================================
use strict;
use Local;
use cfw_kix;
cgirun('kix/webedit');
Back to the main installation instruction page.

