# opengrok **Repository Path**: belray/opengrok ## Basic Information - **Project Name**: opengrok - **Description**: OpenGrok is a fast and usable source code search and cross reference engine, written in Java - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-02 - **Last Updated**: 2024-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Copyright (c) 2006, 2019 Oracle and/or its affiliates. All rights reserved. # OpenGrok - a wicked fast source browser [![Travis status](https://travis-ci.org/oracle/opengrok.svg?branch=master)](https://travis-ci.org/oracle/opengrok) [![Coverage status](https://coveralls.io/repos/oracle/opengrok/badge.svg?branch=master)](https://coveralls.io/r/oracle/opengrok?branch=master) [![SonarQube status](https://sonarcloud.io/api/project_badges/measure?project=org.opengrok%3Aopengrok-top&metric=alert_status)](https://sonarcloud.io/dashboard?id=org.opengrok%3Aopengrok-top) [![AppVeyor status](https://ci.appveyor.com/api/projects/status/8oqlk5yx2c5fnwqw/branch/master?svg=true)](https://ci.appveyor.com/project/vladak/opengrok-b5hnp/branch/master) [![License](https://img.shields.io/badge/License-CDDL%201.0-blue.svg)](https://opensource.org/licenses/CDDL-1.0) - [OpenGrok - a wicked fast source browser](#opengrok---a-wicked-fast-source-browser) - [1. Introduction](#1-introduction) - [2. OpenGrok install and setup](#2-opengrok-install-and-setup) - [3. Information for developers](#3-information-for-developers) - [4. Authors](#4-authors) - [5. Contact us](#5-contact-us) - [6. Run as container](#6-run-as-container) ## 1. Introduction OpenGrok is a fast and usable source code search and cross reference engine, written in Java. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories of many source code management systems. Official page of the project is on: ## 2. OpenGrok install and setup See https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok ## 3. Information for developers See https://github.com/oracle/opengrok/wiki/Developer-intro and https://github.com/oracle/opengrok/wiki/Developers ## 4. Authors The project has been originally conceived in Sun Microsystems by Chandan B.N. For full list of contributors see https://github.com/oracle/opengrok/graphs/contributors ## 5. Contact us Feel free to participate in discussion on the mailing lists: `opengrok-users@yahoogroups.com` (user topics) `opengrok-dev@yahoogroups.com` (developers' discussion) To subscribe, send email to `-subscribe@yahoogroups.com` There are also Slack channels on https://opengrok.slack.com/ ## 6. Run as container You can run OpenGrok as a Docker container as described [here](docker/README.md).