oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.34k stars 745 forks source link

Typo in wiki how to setup page #2617

Closed duaneellissd closed 5 years ago

duaneellissd commented 5 years ago

See: https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok

Scroll down to the configuration XML discussion, it shows:

    <context-param>
        <description>Full path to the configuration file where OpenGrok can read its configuration</description>
        <param-name>CONFIGURATION</param-name>
        <param-value>/opengrok/etc/configuration.xml</param-value>
    </context-param>

The <param-value> is incorrect, it should be: /var/opengrok/etc/configuration.xml

vladak commented 5 years ago

The wikis are open for everyone to edit, feel free to fix !

duaneellissd commented 5 years ago

I did not know it was open - Done.

wy193777 commented 5 years ago

There is no edit button for me on wiki pages.

tulinkry commented 5 years ago

It's no longer open.