FreeBSD Port: openerp-server-5.0.6_1

Emil Smolenski ambsd at raisa.eu.org
Sun Dec 27 09:08:25 UTC 2009


On Sat, 26 Dec 2009 12:17:26 +0100, Thomas Zimmermann <tzimmermann at 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


More information about the freebsd-ports mailing list