typesense / typesense-docsearch-scraper

A fork of Algolia's awesome DocSearch Scraper, customized to index data in Typesense (an open source alternative to Algolia)
https://typesense.org/docs/guide/docsearch.html
Other
97 stars 36 forks source link

Non-docker release? #11

Closed tristone13th closed 2 years ago

tristone13th commented 2 years ago

Description

How about also releasing native package, not just only docker image?

jasonbosco commented 2 years ago

@tristone13th You should be able to clone this repo, then run:

pipenv shell
./docsearch

to get a list of options to run docsearch outside of Docker.