mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-02-06 06:55:28 +00:00
about section on how to install
This commit is contained in:
parent
48c474a815
commit
7b85496041
15
README.md
15
README.md
|
@ -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
|
||||
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
|
||||
|
||||
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
|
||||
search succeeds or the query is empty.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user