Readme formatting
This commit is contained in:
29
README.md
29
README.md
@@ -7,30 +7,31 @@ You can build and start all three containers (nextcloud, db and elasticsearch) w
|
|||||||
|
|
||||||
$docker-compose up
|
$docker-compose up
|
||||||
|
|
||||||
Go to: http://[host]:9900/
|
== Basic Setup
|
||||||
|
|
||||||
Make up user/pass, I uncheck installing the additional apps at the bottom
|
1. Go to: http://[host]:9900/
|
||||||
|
2. Make up user/pass, I uncheck installing the additional apps at the bottom
|
||||||
Disable dashboard under user > settings
|
3. Login with user/pass you just created
|
||||||
|
4. Disable dashboard under user > settings
|
||||||
|
|
||||||
== OCR
|
== OCR
|
||||||
1. go into settings > basic settings > set cron
|
1. go into settings > basic settings > set cron
|
||||||
1. install apps (workflow ocr)
|
2. install apps (workflow ocr)
|
||||||
1. create flow:
|
3. create flow:
|
||||||
2. add new ocr flow
|
1. add new ocr flow
|
||||||
2. when: file created
|
2. when: file created
|
||||||
2. file mime type > is > pdf document
|
3. file mime type > is > pdf document
|
||||||
2. (USE IS AND NOT MATCHES!!!)
|
4. (USE IS AND NOT MATCHES!!!)
|
||||||
|
|
||||||
== Full text
|
== Full text
|
||||||
|
|
||||||
1. Install apps (full text, full text elastic, full text - files)
|
1. Install apps (full text, full text elastic, full text - files)
|
||||||
1. To to Settings > Full Text Search
|
2. To to Settings > Full Text Search
|
||||||
1. Configure settings appropriately. Address is: http://user:pass@elasticsearch:9200/
|
3. Configure settings appropriately. Address is: http://user:pass@elasticsearch:9200/
|
||||||
1. Now you have to run the fulltextsearch index manually one time
|
4. Now you have to run the fulltextsearch index manually one time
|
||||||
2. shell into container, enable www-data account (chsh)
|
1. shell into container, enable www-data account (chsh)
|
||||||
2. go to /var/www/html and run: php occ fulltextsearch:index
|
2. go to /var/www/html and run: php occ fulltextsearch:index
|
||||||
2. disable www-data account (chsh back to nologin)
|
3. disable www-data account (chsh back to nologin)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user