Update Install.md

master
Ilya Pirozhenko 8 years ago committed by GitHub
parent ea6dcff5f4
commit 1918d67ab2

@ -44,7 +44,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
@ -87,4 +87,4 @@ To start Ambar run ```docker-compose up -d```.
Ambar UI will be accessible on ```http://${ambarHostIpAddress}/``` Ambar UI will be accessible on ```http://${ambarHostIpAddress}/```
If you have any difficulties installing and running Ambar you can request a dedicated support session by mailing us on [hello@ambar.cloud](mailto:hello@ambar.cloud) If you have any difficulties installing and running Ambar you can request a dedicated support session by mailing us on [hello@ambar.cloud](mailto:hello@ambar.cloud)

Loading…
Cancel
Save