Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run the Algolia indexer on a server and not locally #36

Open
mugoosse opened this issue Apr 12, 2022 · 1 comment
Open

Run the Algolia indexer on a server and not locally #36

mugoosse opened this issue Apr 12, 2022 · 1 comment
Assignees

Comments

@mugoosse
Copy link
Contributor

Currently the search functionality powered by Algolia is running in @DevJelle 's local machine on a Docker instance, for which he uses this command:

docker run -it --env-file=.env -e "CONFIG=$(cat /home/jelle/documentation/config.json | jq -r tostring)" algolia/docsearch-scraper

This should be deployed on a server instead, and indexing should be triggered when deploying a new version of the docs.

@create-issue-branch
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants