Name Date Size

.. 2014-02-03 15:04:00 43

ant.properties 2013-01-02 00:14:58 681

changelog 2013-01-02 00:14:58 156

compat 2013-01-02 00:14:58 2

control 2014-02-03 15:04:00 960

control.in 2014-02-03 15:04:00 950

copyright 2013-02-27 14:44:14 19.4 KiB

opengrok.docs 2013-01-02 00:14:58 43

opengrok.install 2013-01-02 00:14:58 159

README.Debian 2014-02-03 15:04:00 1.3 KiB

rules 2013-01-02 00:14:58 663

watch 2013-02-27 14:44:14 151

README.Debian

OpenGrok - a wicked fast source browser, now in Debian
-------------------------------------------------------
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 like SCCS, RCS, CVS and Subversion
OpenGrok is the tool used for the OpenSolaris Source Browser.
Usability notes:
----------------
Please read EXAMPLE.txt for sample automated setups.
OpenGrok uses Suns java, hence you need to run it with proper JAVA_HOME set
up and PATH pointing to Suns java (e.g. run
/usr/lib/jvm/java-1.7.0-sun/bin/java )
For opengrok as standalone java application to work, one needs to have a
graphical DISPLAY ready and working.
Default webapp directory is /source , if someone wants to change this,
you need to specify special option to indexer: -w /<webapp_name> , otherwise
cross-references will NOT work.
Also note, that in run.sh there are sample JAVA_OPTS, where I really recommend
using more memory for indexing (1GB should be more than enough).
After copying/deploying source.war to tomcat, WEB-INF/web.xml needs to
be corrected and changed from default one to correctly point to sources and
index directories.
-- Lubos Kosco <tarzanek@gmail.com> Sun, 15 Apr 2007 20:21:29 +0200