@@ -12,13 +12,12 @@ Copyright (c) 2006, 2018 Oracle and/or its affiliates. All rights reserved.
12
12
3 . [ Usage] ( #3-usage )
13
13
4 . [ OpenGrok install] ( #4-opengrok-install )
14
14
5 . [ OpenGrok setup] ( #5-opengrok-setup )
15
- 6 . [ Optional Command Line Interface Usage] ( #6-optional-command-line-interface-usage )
16
- 7 . [ Change web application properties or name] ( #7-change-web-application-properties-or-name )
17
- 8 . [ Information for developers] ( #8-information-for-developers )
18
- 9 . [ Tuning OpenGrok for large code bases] ( #9-tuning-opengrok-for-large-code-bases )
19
- 10 . [ Authors] ( #10-authors )
20
- 11 . [ Contact us] ( #11-contact-us )
21
- 12 . [ Demo] ( #12-demo )
15
+ 6 . [ Change web application properties or name] ( #7-change-web-application-properties-or-name )
16
+ 7 . [ Information for developers] ( #8-information-for-developers )
17
+ 8 . [ Tuning OpenGrok for large code bases] ( #9-tuning-opengrok-for-large-code-bases )
18
+ 9 . [ Authors] ( #10-authors )
19
+ 10 . [ Contact us] ( #11-contact-us )
20
+ 11 . [ Demo] ( #12-demo )
22
21
23
22
## 1. Introduction
24
23
@@ -361,43 +360,25 @@ If not using the shell script, the path to the configuration file can be
361
360
set using the ` -Djava.util.logging.config.file=/PATH/TO/MY/logging.properties `
362
361
java parameter.
363
362
364
-
365
- ## 6. Optional Command Line Interface Usage
366
-
367
- You need to pass location of project file + the query to ` Search ` class, e.g.
368
- for fulltext search for project with above generated ` configuration.xml ` you'd
369
- do:
370
-
371
- ``` bash
372
- java -cp ./opengrok.jar org.opensolaris.opengrok.search.Search -R \
373
- /var/opengrok/etc/configuration.xml -f fulltext_search_string
374
- ```
375
- For quick help run:
376
-
377
- ``` bash
378
- java -cp ./opengrok.jar org.opensolaris.opengrok.search.Search
379
- ```
380
-
381
- ## 7. Change web application properties or name
363
+ ## 6. Change web application properties or name
382
364
383
365
See https://github.com/oracle/opengrok/wiki/Webapp-configuration
384
366
385
-
386
- ## 8. Information for developers
367
+ ## 7. Information for developers
387
368
388
369
See https://github.com/oracle/opengrok/wiki/Developer-intro and https://github.com/oracle/opengrok/wiki/Developers
389
370
390
- ## 9 . Tuning OpenGrok for large code bases
371
+ ## 8 . Tuning OpenGrok for large code bases
391
372
392
373
See https://github.com/oracle/opengrok/wiki/Tuning-for-large-code-bases
393
374
394
- ## 10 . Authors
375
+ ## 9 . Authors
395
376
396
377
The project has been originally conceived in Sun Microsystems by Chandan B.N.
397
378
398
379
For full list of contributors see https://github.com/oracle/opengrok/graphs/contributors
399
380
400
- ## 11 . Contact us
381
+ ## 10 . Contact us
401
382
402
383
Feel free to participate in discussion on the mailing lists:
403
384
@@ -407,5 +388,6 @@ Feel free to participate in discussion on the mailing lists:
407
388
408
389
To subscribe, send email to
` <mailing_list_name>[email protected] `
409
390
410
- ## 12. Demo
391
+ ## 11. Demo
392
+
411
393
Visit < http://demo.opengrok.org >
0 commit comments