Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oracle/opengrok
OpenGrok is a fast and usable source code search and cross reference engine, written in Java
https://github.com/oracle/opengrok
code engine java opengrok search source
Last synced: 20 days ago
JSON representation
OpenGrok is a fast and usable source code search and cross reference engine, written in Java
- Host: GitHub
- URL: https://github.com/oracle/opengrok
- Owner: oracle
- License: other
- Created: 2013-01-07T11:49:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T07:14:18.000Z (about 1 month ago)
- Last Synced: 2024-10-01T22:23:24.841Z (about 1 month ago)
- Topics: code, engine, java, opengrok, search, source
- Language: Java
- Homepage: http://oracle.github.io/opengrok/
- Size: 454 MB
- Stars: 4,345
- Watchers: 169
- Forks: 745
- Open Issues: 525
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-adaic.org.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-thesis - OpenGrok - source code/cross referencing engine (Tools / Writing)
- awesome-hacking-lists - oracle/opengrok - OpenGrok is a fast and usable source code search and cross reference engine, written in Java (Java)
README
Copyright (c) 2006, 2024 Oracle and/or its affiliates. All rights reserved.
# OpenGrok - a wicked fast source browser
[![Github actions build](https://github.com/oracle/opengrok/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/oracle/opengrok/actions)
[![Coverage status](https://sonarcloud.io/api/project_badges/measure?project=org.opengrok%3Aopengrok-top&metric=coverage)](https://sonarcloud.io/summary/new_code?id=org.opengrok%3Aopengrok-top)
[![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)
[![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-Installation)
- [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. Installation
See https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok
### 2. 1. Updating
OpenGrok uses [semantic versioning](https://semver.org/) and the version components further indicate more details about updating to newer version. The version scheme is *major.minor.micro* and change in any component is interpreted as:
- major - major backwards incompatible update, will require full reindex as well as configuration changes
- minor - full clean reindex of your repositories is needed (e. g. index format has changed)
- micro - redeploy web applicationGenerally it is possible to go backward only within the micro version.
## 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](https://en.wikipedia.org/wiki/Sun_Microsystems) by Chandan B.N.
For full list of contributors see https://github.com/oracle/opengrok/graphs/contributors
## 5. Contact us
Use the [Github Discussions](https://github.com/oracle/opengrok/discussions).
## 6. Run as container
You can run OpenGrok as a Docker container as described [here](docker/README.md).
## Contributing
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
## License
Copyright (c) 2006, 2024 Oracle and/or its affiliates.