Difference between revisions of "Utilities"
From OpenKM Documentation
m |
|||
Line 7: | Line 7: | ||
* [[PHP AutoImport]] (Import pdf files from some local path to specific OpenKM server path | * [[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) | * [[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. | ||
[[Category: Utilities]] | [[Category: Utilities]] |
Revision as of 12:43, 15 November 2012
These are OpenKM utilities created by the community.
Crontab Utilites
- Crontab importer with metadata ( import files with metadata values in the filename from serverfilesystem).
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.