Print Friendly  .  About this website   .  Search 

 

 

 

Index Data  >  ⁠Keystone DLS (TKL) (NO LONGER BEING ACTIVELY DEVELOPED)  >  Keystone Administration  >  Starting the Zebra server

Starting the Zebra server

You must start the Zebra server for each running portal.

Note

Ideally, this should be handled by PHP/Apache, but we have not yet found an good way to do this.

In your portal's db/zebra.cfg file, check that the profilePath parameter has the correct value. For a typical Zebra installation, such as one done from Debian or Red Hat packages, the value is /usr/share/idzebra/tab.

Check that the PHP scripts correctly refer to zebraidx/zebrasrv, by inspecting the definitions of $zebraidx and $zebrasrv at the top of .../tklite/search.php.

In the root directory of the portal, start Zebra as follows:

        zebrasrv -l db/server.log -c db/zebra.cfg unix:db/socket &