Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barredterra/erpnext_search
https://github.com/barredterra/erpnext_search
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barredterra/erpnext_search
- Owner: barredterra
- Created: 2019-08-26T01:20:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T01:24:34.000Z (over 5 years ago)
- Last Synced: 2024-11-08T05:40:42.040Z (2 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Config file to build an algolia index over all frappe / erpnext documentation:
https://community.algolia.com/docsearch/config-file.html
Create a `.env` file in this directory:
```
APPLICATION_ID=YOUR_APP_ID
API_KEY=YOUR_API_KEY
```And let docker take care of the rest:
```bash
docker run -it --env-file=.env -e "CONFIG=$(cat config.json | jq -r tostring)" algolia/docsearch-scraper
```