Docker Compose setup for running Livegrep
A few weeks ago, I stumbled on the article, "Get faster GitHub search with Livegrep" and it made me realize how helpful it would be to have a local search of my projects.
After a few unsuccessful attempts at getting Livegrep to work, this was what worked for me.
🏠 Homepage
docker-compose build
# copy and edit a new .env config file
cp sample.env .env
# use your public GitHub (max 50 projects) to see the search engine
make build-index
# run the search
docker-compose up
# open http://localhost:8910 in your local web browser
open http://localhost:8910
- Get faster GitHub search with Livegrep
- livegrep/livegrep - Interactively grep source code. Source for http://livegrep.com/
- alexdebrie/deploy-livegrep - Docker images and utilities for deploying Livegrep.
👤 Jeff Triplett
- Website: https://jefftriplett.com
- Twitter: @webology
- Github: @jefftriplett
Give a ⭐️ if this project helped you!