Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thombashi/docker-opengrok

Docker image for OpenGrok
https://github.com/thombashi/docker-opengrok

docker-image dockerfile opengrok

Last synced: 9 days ago
JSON representation

Docker image for OpenGrok

Awesome Lists containing this project

README

        

# docker-opengrok
Docker image for [OpenGrok](http://oracle.github.io/opengrok/) with Universal Ctags.

>OpenGrok is a fast and usable source code search and cross reference engine.

# Usage
```sh
docker run -d -v :/src -p :8080 thombashi/opengrok
```

OpenGrok Web user interface can be accessed at `http://:/source/`
after the first source code indexing completed.

# Docker Image Includes
- `OpenGrok 1.0`
- [Universal Ctags]( https://github.com/universal-ctags/ctags )
- Auto reindexing triggered by changes of the directory with files to be indexed
- [inotify-tools]( https://github.com/rvoicilas/inotify-tools )
- [Git]( https://git-scm.com/ )
- [tomcat 8.5]( http://tomcat.apache.org/ )