I supposed you have already read this
http://code.google.com/p/openmeetings/wiki/InstallationOf05RC6Beta6
Some tips and trick :
add imagemagick, swftools and ghostscript in your path (this avoid error with
\Program [space] Files, but maybe this bug is fixed now...)
you need to modify $RED5/conf/wrapper.conf with something like this
# Java Additional Parameters
wrapper.java.additional.1="-Djava.security.manager"
wrapper.java.additional.2="-Djava.security.policy=../conf/red5.policy"
# Application parameters. Add parameters as needed starting from 1
wrapper.app.parameter.1=org.red5.server.Standalone
For running OOo as a service, you'll find some help here
http://www.artofsolving.com/node/11
For the database, I do not know which one you use. (I have run openmeetings
with mysql and MS sql Server)
Enjoy
Cédric
For the additionnal tools (imagemagick,...) I have add them to the path and I
leave it blank in the install procedure. May be you don't have to do it,
never really try to declare the path only during install ...
Cédric