summaryrefslogtreecommitdiff
path: root/doc/run-quiet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/run-quiet.sh')
-rw-r--r--doc/run-quiet.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/run-quiet.sh b/doc/run-quiet.sh
deleted file mode 100644
index c577b2f..0000000
--- a/doc/run-quiet.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-PROGDIR=`dirname $0`
-
-# REQUIRED The root of your source tree
-SRC_ROOT=/your/src/tree/
-
-# REQUIRED The directory where the data files like
-# Lucene index and hypertext cross-references are stored
-DATA_ROOT=/var/tmp/opengrok_data
-
-# OPTIONAL A tab separated files that contains small
-# descriptions for paths in the source tree
-PATH_DESC=${PROGDIR}/paths.tsv
-
-# A modern Exubrant Ctags program
-# from http://ctags.sf.net
-EXUB_CTAGS=/usr/local/bin/ctags
-
-java -jar ${PROGDIR}/opengrok.jar -q -c ${EXUB_CTAGS} -s ${SRC_ROOT} -d ${DATA_ROOT}
-
-# OPTIONAL
-java -classpath ${PROGDIR}/opengrok.jar org.opensolaris.opengrok.web.EftarFile ${PATH_DESC} ${DATA_ROOT}/index/dtags.eftar