about section on how to install

This commit is contained in:
Uwe Steinmann 2023-03-30 07:12:49 +02:00
parent 48c474a815
commit 7b85496041

View File

@ -28,6 +28,20 @@ and basic authentication of paperless. Because this middleware applies
to all routes of the rest api, even the existing routes may use to all routes of the rest api, even the existing routes may use
the new authentication methods. the new authentication methods.
## Installation
Install this extension like any other extension by uploading the
zip file in the extension manager or copy the content of this
repository into a directory `paperless` in SeedDMS' extension
directory `www/ext`.
Afterwards import one of the database files
* paperless.sql (MySQL)
* paperless-sqlite3.sql (SQLite3)
into your database.
## Restrictions ## Restrictions
The concept of paperless is quite different from SeedDMS. Fortunately, The concept of paperless is quite different from SeedDMS. Fortunately,
@ -105,4 +119,3 @@ subsequent words from the most frequent word list. If the than executed query
doesn't yield a result the list will be diminished again word by word until the doesn't yield a result the list will be diminished again word by word until the
search succeeds or the query is empty. search succeeds or the query is empty.