- A linux box or VM (eg: Ubuntu)
- 2 cores of CPU
- 2 to 4 Gb of RAM space
Set MEILI_MASTER_KEY
environment variable to allow only applications with the Key API.
Set MEILISEARCH_HOST_URL
environment variable to set meilisearch url instance to use scraper
$ mkdir meilisearch/
$ cd meilisearch/
$ wget --no-check-certificate https://raw.githubusercontent.com/ezpaarse-project/meilisearch/master/docker-compose.yml
# Chown data.ms folder
$ docker-compose run --rm -u meili meilisearch chown meili -R /data.ms
$ docker-compose up -d
Create a GitHub Action in your repository that contains your documentation.
Add your scraper JSON file in the same repository, edit it to change the value of start_urls
.
Examples :