How to install jenkins on freebsd7.2 instruction says:
Installing Jenkins on FreeBSD is now as simple as: # cd /usr/ports/devel/jenkins/ # make install clean This will automatically install Tomcat if you haven't already got it installed, and of course Java. Jenkins supports the standard Java 1.5 and 1.6 ports available on FreeBSD at this time, including Diablo (the precompiled Java). It is no longer necessary to install Linux Java. FreeBSD 4.9 can be made to work as well, but you will need to compile your own JVM. If you have any problems with the resolution of conflicts in the installation of dependencies, use portupgrade: cd /usr/ports/ports-mgmt/portupgrade make install clean portupgrade -N jenkins Once you've installed and laucnhed Tomcat, jenkins will be available at: http://localhost:8180/ You can specify a another tcp-port directly to the "/usr/local/etc/rc.d/jenkins". but I don't have following directory: /usr/ports/devel/jenkins Thanks in advance for any help -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
