blog:setting_up_opengrok_in_a_freenas_11.2_iocage_jail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
blog:setting_up_opengrok_in_a_freenas_11.2_iocage_jail [2019/06/25 00:00] – created brettblog:setting_up_opengrok_in_a_freenas_11.2_iocage_jail [2019/06/25 00:15] (current) brett
Line 17: Line 17:
 Find the JAIL and open a shell Find the JAIL and open a shell
 <code> <code>
-root@ale[/mnt/u03/opengrok-src]# jls+root@ale[~]# jls
    JID  IP Address      Hostname                      Path    JID  IP Address      Hostname                      Path
                       plex                          /mnt/u02/iocage/jails/plex/root                       plex                          /mnt/u02/iocage/jails/plex/root
Line 23: Line 23:
                       beer                          /mnt/u02/iocage/jails/beer/root                       beer                          /mnt/u02/iocage/jails/beer/root
                       grok                          /mnt/u02/iocage/jails/grok/root                       grok                          /mnt/u02/iocage/jails/grok/root
-root@ale[/mnt/u03/opengrok-src]# cd 
 root@ale[~]# jexec 6 /bin/sh root@ale[~]# jexec 6 /bin/sh
 </code> </code>
Line 29: Line 28:
 <code> <code>
 # pkg install -y opengrok git # pkg install -y opengrok git
 +
 +# pkg info opengrok
 +opengrok-1.0
 +Name           : opengrok
 +Version        : 1.0
 +Installed on   : Tue May 14 09:04:03 2019 EDT
 +Origin         : devel/opengrok
 +Architecture   : FreeBSD:11:*
 +Prefix         : /usr/local
 +Categories     : devel java
 +Licenses       : APACHE20, CDDL
 +Maintainer     : ports@FreeBSD.org
 +WWW            : http://opengrok.github.io/OpenGrok/
 +Comment        : Fast and powerful code search and cross-reference engine
 +Options        :
 +        DOCS           : on
 +        RESIN3         : off
 +        TOMCAT6        : off
 +        TOMCAT7        : off
 +        TOMCAT8        : on
 +        TOMCAT85       : off
 +Annotations    :
 +        repo_type      : binary
 +        repository     : FreeBSD
 +Flat size      : 20.5MiB
 +Description    :
 +OpenGrok is a fast source code search and cross reference engine.
 +It helps you search, cross-reference and navigate your source tree.  It can
 +understand various program file formats and version control histories like
 +Mercurial, Git, SCCS, RCS, CVS, Subversion, Teamware, ClearCase, Perforce
 +and Bazaar.  In other words it lets you grok (profoundly understand) the
 +open source, hence the name OpenGrok.  It is written in Java.
 +
 +WWW: http://opengrok.github.io/OpenGrok/
 </code> </code>
 This installs tomcat8 we need to autostart this. This installs tomcat8 we need to autostart this.
  • blog/setting_up_opengrok_in_a_freenas_11.2_iocage_jail.txt
  • Last modified: 2019/06/25 00:15
  • by brett