Update Install.md

master
Ilya Pirozhenko 8 years ago committed by GitHub
parent 2dcb7af0b4
commit 7a7d4fef43

@ -45,7 +45,7 @@ Then modify it:
## Set up your crawlers ## Set up your crawlers
- Find ```${crawlerName}``` block - this is a template for your new crawler - Find ```${crawlerName}``` block - this is a template for your new crawler
- Replace ```${crawlerName}``` with desired name for your crawler (only lowercase latin letters and dashes are supported). Check that service block name and crawler name are the same - Replace ```${crawlerName}``` with desired name for your crawler (**only lowercase latin letters and dashes are supported**). Check that service block name and crawler name are the same
- Replace ```${pathToCrawl}``` with path to a local folder to be crawled, if you want to crawl SMB or FTP - just mount it with standard unix tools - Replace ```${pathToCrawl}``` with path to a local folder to be crawled, if you want to crawl SMB or FTP - just mount it with standard unix tools
### Optional settings ### Optional settings
@ -56,7 +56,7 @@ Then modify it:
### Crawler configuration example: ### Crawler configuration example:
``` ```
Docs: my_files:
depends_on: depends_on:
serviceapi: serviceapi:
condition: service_healthy condition: service_healthy
@ -67,7 +67,7 @@ Docs:
expose: expose:
- "8082" - "8082"
environment: environment:
- name=Docs - name=my_files
- ignoreFolders=**/ForSharing/** - ignoreFolders=**/ForSharing/**
- ignoreExtensions=.{exe,dll,rar} - ignoreExtensions=.{exe,dll,rar}
- ignoreFileNames=*backup* - ignoreFileNames=*backup*

Loading…
Cancel
Save