$> export MS_API_URL="http://meilisearch.example.com:7700"
$> export MS_API_KEY="abcdefg12345678"
$> export MS_API_INDEX="docs"
$> cd crawler
$> DOC_PASS=testpwd DOC_HOST="http://docs.example.com" scrapy crawl -L INFO docs
$> cd crawler
$> PHAB_HOST="https://phabricator.example.com" PHAB_USER="user" PHAB_PASS="passwd" scrapy crawl -L INFO phabricator
NOTE: This will delete all entries from the Meilisearch index and cannot be undone
$> cd crawler
$> PHAB_HOST=... PHAB_USER=... PHAB_PASS=... scrapy crawl -L INFO phabricator -a ms_clear_index=1
The following parameters need to be changed in seach/search.js
:
class Search {
// Meilisearch credentials
MS_HOST = "http://meilisearch.example.com:7700";
MS_API_KEY = "abcdefg12345678";
// ...
};
- Favicon - Search by INDRAWATI from Noun Project
- Background - Memphis Colorful by Raul Gaitan