@@ -186,6 +186,11 @@ Once above command finishes without errors
186
186
you should be able to enjoy your opengrok and search your sources using
187
187
latest indexes and setup.
188
188
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
+
189
194
Congratulations, you should now be able to point your browser to
190
195
http://<YOUR_WEBAPP_SERVER>:<WEBAPPSRV_PORT>/source to work with your fresh
191
196
OpenGrok installation! :-)
@@ -282,10 +287,10 @@ To configure the webapp source.war, look into the parameters defined in
282
287
web.xml of source.war file and change them (see note1) appropriately.
283
288
284
289
* HEADER: is the fragment of HTML that will be used to display title or
285
- logo of your project
290
+ logo of your project
286
291
* SRC_ROOT: absolute path name of the root directory of your source tree
287
292
* DATA_ROOT: absolute path of the directory where OpenGrok data
288
- files are stored
293
+ files are stored
289
294
- Header file 'header_include' can be created under DATA_ROOT.
290
295
The contents of this file file will be appended to the header of each
291
296
web page after the OpenGrok logo element.
@@ -580,7 +585,7 @@ E.g. $ ANT_OPTS="-Dhttp.proxyHost=?.? -Dhttp.proxyPort=80" ant
580
585
581
586
582
587
8.0.1 Package build
583
- -----------------
588
+ -------------------
584
589
585
590
Run 'ant package' to create package (specific for the operating system this is
586
591
being executed on) under the dist/ directory.
0 commit comments