Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thombashi/docker-opengrok
- Owner: thombashi
- License: mit
- Created: 2018-05-15T12:37:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T02:05:11.000Z (about 6 years ago)
- Last Synced: 2024-05-17T00:01:45.373Z (6 months ago)
- Topics: docker-image, dockerfile, opengrok
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/thombashi/opengrok
- Size: 3.91 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/ )