Skip to content

tulinkry/OpenGrok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (c) 2006, 2020 Oracle and/or its affiliates. All rights reserved.

OpenGrok - a wicked fast source browser

Travis status Coverage status SonarQube status Total alerts License

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: http://opengrok.github.com/OpenGrok/

2. OpenGrok install and setup

See https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok

2. 1. Updating

OpenGrok uses semantic versioning and the version components further indicate more details about updating to newer version. The version scheme is x.y.z and change in any component is interpreted as:

  • x - major backwards incompatible update
  • y - full clean reindex of your repositories is needed (e. g. index format has changed)
  • z - redeploy web application

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:

[email protected] (user topics)

[email protected] (developers' discussion)

To subscribe, send email to <mailing_list_name>[email protected]

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.

About

Main {OpenGrok git repository

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 57.2%
  • HTML 28.0%
  • Lex 4.3%
  • Python 2.5%
  • JavaScript 2.2%
  • TSQL 1.1%
  • Other 4.7%