Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2009 09:43:38 +0100
From:      "Emil Smolenski" <ambsd@raisa.eu.org>
To:        "Thomas Zimmermann" <tzimmermann@znc.ch>
Cc:        ports@freebsd.org
Subject:   Re: FreeBSD Port: openerp-server-5.0.6_1
Message-ID:  <op.u5k86yh6qvde5b@bolt.zol>
In-Reply-To: <82BD52E5-93A3-4783-AEA5-5987AF6F74FD@znc.ch>
References:  <82BD52E5-93A3-4783-AEA5-5987AF6F74FD@znc.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 26 Dec 2009 12:17:26 +0100, Thomas Zimmermann <tzimmermann@znc.ch>  
wrote:

> I recently installed openerp-server from the ports and I'm very  
> confused, how to set up openerp after "make install".

/usr/local/bin/openerp-server --config=/usr/local/etc/openerp-server.conf

# cat openerp-server.conf
[options]
db_name = dbnamehere
db_user = dbuserhere
db_password = xxxx
db_host = a.b.c.d

  Database server is often installed on the other machine than application  
-- that is why postgres-server is not direct dependency of the openerp  
port. However, for example in the www/vtiger port there is option to  
depend on MySQL server directly. Maybe it could be global infrastructure  
option...

> Unfortunately I can't find any basic setup instructions or rc.d Scripts  
> anywhere. Postgres-server is missing but the client is available. Is it  
> not the most important dependency for openerp?

  There is no rc.d scripts, I think. But it shouldn't be hard to prepare  
such.

-- 
am



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