Skip to content

The one-liner to spin up a code search engine (support Japanese)

Notifications You must be signed in to change notification settings

kazunobu-fujii/docker-opengrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

docker-opengrok

The one-liner to spin up a code search engine

Usage

run

$ docker run -d -v [path/to/source]:/src -p [public port]:8080 --name opengrok kazunobufujii/opengrok

reindex

$ docker exec -it opengrok /usr/opengrok/bin/OpenGrok index /src

view

$ open http://localhost:[public port]/source/

About

The one-liner to spin up a code search engine (support Japanese)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published