From: Thomas Zimmermann on
Hi

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

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?

How did you bring up openerp from your port? Your help will be very
appreciated.

Best regards,

Thomas




_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Emil Smolenski" on
On Sat, 26 Dec 2009 12:17:26 +0100, Thomas Zimmermann <tzimmermann(a)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
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"