Hi,

First and foremost, on FreeBSD you need to have the ports system installed. ports (7)

But the 7.2 is outdated, you should upgrade to 9.1 or 8.3.

For using the ports system you should read about the ports system.


http://www.freebsd.org/doc/handbook/ports-using.html

At 5.6.1 you'll see how to get ports (it'll installed under /usr/ports).

Good luck.

If you have any problems, don't hesitate to ask :) I'm working with FreeBSD systems for more than 10+ years.
May 18, 2013 8:45 AM
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:

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.
 
 

--
Adam PAPAI
E-mail: [email protected]
Phone: +3630 3355735
Web: http://www.wooh.hu

--
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.
 
 

Reply via email to