Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barredterra/erpnext_search


https://github.com/barredterra/erpnext_search

Last synced: 14 days ago
JSON representation

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
```