Skip to content

Commit d8bb267

Browse files
committed
more about SCM commands
1 parent ea28ab5 commit d8bb267

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ Once above command finishes without errors
186186
you should be able to enjoy your opengrok and search your sources using
187187
latest indexes and setup.
188188

189+
It is assumed that any SCM commands are reachable in one of the components
190+
of the PATH environment variable (e.g. 'git' command for Git repositories).
191+
Likewise, this should be maintained in the environment of the user which runs
192+
the web server instance.
193+
189194
Congratulations, you should now be able to point your browser to
190195
http://<YOUR_WEBAPP_SERVER>:<WEBAPPSRV_PORT>/source to work with your fresh
191196
OpenGrok installation! :-)
@@ -282,10 +287,10 @@ To configure the webapp source.war, look into the parameters defined in
282287
web.xml of source.war file and change them (see note1) appropriately.
283288

284289
* HEADER: is the fragment of HTML that will be used to display title or
285-
logo of your project
290+
logo of your project
286291
* SRC_ROOT: absolute path name of the root directory of your source tree
287292
* DATA_ROOT: absolute path of the directory where OpenGrok data
288-
files are stored
293+
files are stored
289294
- Header file 'header_include' can be created under DATA_ROOT.
290295
The contents of this file file will be appended to the header of each
291296
web page after the OpenGrok logo element.
@@ -580,7 +585,7 @@ E.g. $ ANT_OPTS="-Dhttp.proxyHost=?.? -Dhttp.proxyPort=80" ant
580585

581586

582587
8.0.1 Package build
583-
-----------------
588+
-------------------
584589

585590
Run 'ant package' to create package (specific for the operating system this is
586591
being executed on) under the dist/ directory.

0 commit comments

Comments
 (0)