[KLUG Advocacy] An M$-Exchange Killer?!

Adam Williams advocacy@kalamazoolinux.org
11 Jul 2003 10:28:15 -0400


> > ...
> > > Downloading.....
> > Grrr... my vmware is bieng cranky.....
> Why do you need VMware for this???
> > Hey,  according to most of the posts on slashdot this thing sucks - and
> > they don't even have to download it to know that. :) 
> Please give us your review!  (after you download it, and run it :)

I'm as far as -

cd opt/opengroupware.org/Database/
ksu postgres -c createdb ogo
ksu postgres -c "createuser -A -D ogo"
ksu postgres -c psql ogo < pg-build-schema.psql
ksu - opengroupware
source $HOME/OpenGroupware.org.sh
Defaults write NSGlobalDomain LSConnectionDictionary '{databaseName =
ogo; hostname = localhost; password = ""; port = 5432; userName = ogo}'
Defaults read NSGlobalDomain LSConnectionDictionary
^D

So it is "installed", but the documention sort of stops there.