Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Dec 2011 20:50:06 +0100
From:      Peter Ulrich Kruppa <ulrich@pukruppa.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: Nuxeo install in FreeBSD
Message-ID:  <4EDE71EE.5040207@pukruppa.de>
In-Reply-To: <74a317314b401d66fcf07f1cfaa31f3a@sdnet.info>
References:  <74a317314b401d66fcf07f1cfaa31f3a@sdnet.info>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Bruno,

On 05.12.2011 21:47, Bruno Gruel wrote:
> Hello,
>
> I just want to know if someone already try to install NUXEO on a FreeBSD.
> I try some month later without sucess. I will try to install it on
> FreeBSD82 to day.
For the fun of it I just tried the nuxeo-dm-5.4.2-tomcat package on my 
FreeBSD 9.0-RC1 (which in this case shouldn't make a difference to your 
8.2) with jdk-1.6.0_03-p4.

I unzipped the thing in /usr/local and tried to execute the
	./bin/nuxeoctl start
command, which failed. Having a look at the first line of this file I found
	#!/bin/bash
But my bash is installed in
	# which bash
	/usr/local/bin/bash
So I changed the first line of nuxeoctl into
	#!/usr/local/bin/bash
and now I can start and run Nuxeo.

I hope that helps

Peter.

>
> I already ask the question on the nuxeo forum without reply..
>
> Thank's.
>
> Bruno
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EDE71EE.5040207>