[OGo-Developer] differents users interfaces and addons

Sebastian Reitenbach developer@opengroupware.org
Fri, 20 Apr 2007 18:55:55 +0200


Hi,
developer@opengroupware.org wrote: 
> hello world, how could i configure 2 sessions of ogo (ogo_me,ogo_mywife)
> with different interface of Main.html like (/usr/share/opengroupware.org1
> and /usr/share/opengroupware2)
you can start multiple instances of ogo from one installation. You can 
define the parameters that both instances shall share via the Default 
command as the user that runs these instances. The rest that differs in the 
configuration, like the port of the listener (-WOPort), maybe some others 
too, like LSAttachmentPath. or the database connection, whatever you 
need ... you specify as command line parameter to the ogo instance.


> And how could i create a module like Project or Task. conference for
> exemple.
> 
I am just fiddling around with creating an Asterisk UI for OGo, you can take 
this for example.
http://docs.opengroupware.org/Members/buzzdee/asterisk/AsteriskUI/view
or in the source, the stuff below the Misc directory. But much of it is 
broken, doesn't even compile. Take a look here, 
http://docs.opengroupware.org/Members/buzzdee/openbsd/ogo_install_obsd-4.0.tar.gz

the patches files, these make the stuff work at least for me on OpenBSD.


kind regards
Sebastian