Fixed headings in readme

This commit is contained in:
jon
2021-09-25 12:58:39 -05:00
parent 9e0649d190
commit c9354fc588

View File

@@ -1,4 +1,4 @@
= Nextcloud with OCR and Elasticsearch for Full-Text Searching # Nextcloud with OCR and Elasticsearch for Full-Text Searching
To get elasticsearch to run, you'll need to run this on the host: To get elasticsearch to run, you'll need to run this on the host:
sysctl -w vm.max_map_count=262144 sysctl -w vm.max_map_count=262144
@@ -8,14 +8,14 @@ You can build and start all three containers (nextcloud, db and elasticsearch) w
$docker-compose up $docker-compose up
== Basic Setup ## Basic Setup
1. Go to: http://[host]:9900/ 1. Go to: http://[host]:9900/
2. Make up user/pass, I uncheck installing the additional apps at the bottom 2. Make up user/pass, I uncheck installing the additional apps at the bottom
3. Login with user/pass you just created 3. Login with user/pass you just created
4. Disable dashboard under user > settings 4. Disable dashboard under user > settings
== OCR ## OCR
1. go into settings > basic settings > set cron 1. go into settings > basic settings > set cron
2. install apps (workflow ocr) 2. install apps (workflow ocr)
3. create flow: 3. create flow:
@@ -24,7 +24,7 @@ $docker-compose up
3. file mime type > is > pdf document 3. file mime type > is > pdf document
4. (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)
2. To to Settings > Full Text Search 2. To to Settings > Full Text Search