Utilities

From OpenKM Documentation
Revision as of 13:43, 15 November 2012 by Pavila (talk | contribs)

Jump to: navigation, search

These are OpenKM utilities created by the community.

Crontab Utilites

PHP Utilities

  • PHP AutoImport (Import pdf files from some local path to specific OpenKM server path
  • PHP fileUpoad (Shell script that uses php support to import files)

General Utilities

You can download a document from OpenKM using a command line utility like wget. Since OpenKM 6.2.1 Community and OpenKM 6.2.5 Professional there is a service with BASIC authentication for this task. This ease some integration tasks:

 $ wget http://okmAdmin:admin@localhost:8080/OpenKM/Download?uuid=xxx-yyy-zzz

You can reference a document by UUID using the uuid parameter or by path, using the path parameter. In the same URL you need to specify the user and password.