I have configured OpenGrok in Windows environment with Tomcat Server and was able to index the SVN Checked-out Project. The Search really worked fine :-)
Reference: http://algopadawan.blogspot.in/2012/07/installing-opengrok-on-windows.html
Now my requirement is, I need to configure the same OpenGrok in Linux Server which should directly access the SVN Repository Server and should hold the indexes in Linux environment itself and I should be able to access the localhost URL through the Browser in Windows Environment.
It will be great if someone helps me out with the procedure and possibility of doing the same.
Thanks in advance for the help guys !!!
-
Query: When I tried running the following command in Linux Environment ( java -jar opengrok.jar -W G:\opengrok-0.11.1\configuration.xml -c G:\ctags58\ctags.exe -P -S -v -s G:\CodeSource -d G:\opengrok-0.11.1\grokdata ) I am getting the following error: SEVERE: Error: No Exuberant Ctags found in PATH! (tried running /home/app/OpenGrok/Ctags/ctags.exe). For all the Generic paths I gave the exact location of the components. Please help as early as possible.Jerome Arulappa– Jerome Arulappa2014年12月17日 13:25:15 +00:00Commented Dec 17, 2014 at 13:25
-
Hi All, I am eagerly waiting for the answer, please help guys !!!Jerome Arulappa– Jerome Arulappa2014年12月18日 06:46:40 +00:00Commented Dec 18, 2014 at 6:46
-
I have made OpenGrok work in Linux Environment with static source (Projects made available in source path). Now I am in need of help to set remote svn repositories (with history) as source. Suggestions are most welcome.Jerome Arulappa– Jerome Arulappa2015年01月02日 11:41:09 +00:00Commented Jan 2, 2015 at 11:41