Revision: 4241
Author: solomax666
Date: Wed Sep 14 12:42:34 2011
Log: - install welcome is updated to have valid instructions
http://code.google.com/p/openmeetings/source/detail?r=4241
Modified:
/trunk/singlewebapp/src/templates/install_welcome_EN.vm
=======================================
--- /trunk/singlewebapp/src/templates/install_welcome_EN.vm Mon Oct 12
02:56:03 2009
+++ /trunk/singlewebapp/src/templates/install_welcome_EN.vm Wed Sep 14
12:42:34 2011
@@ -12,18 +12,17 @@
<p>Necessary steps which should have already been done:</p>
<ol>
<li>Install and configure a database
-<li>Edit <b>hibernate.cfg.xml</b> to fit your database authentification
values.<br/>
-hibernate.cfg.xml can be found in
<b>$RED5-HOME/webapps/openmeetings/conf/</b>.<br/>
+<li>Edit <b>persistence.xml</b> to fit your database authentification
values.<br/>
+persistence.xml can be found in
<b>$RED5-HOME/webapps/openmeetings/WEB-INF/classes/META-INF/</b>.<br/>
You need to alter:
<pre>
- <!-- User / Password -->
- <property name="connection.username">postgres</property>
- <property name="connection.password">********</property>
-
- <!-- Database Settings -->
- <property
name="connection.driver_class">org.postgresql.Driver</property>
- <property
name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
- <property
name="connection.url">jdbc:postgresql://localhost/openmeetings</property>
+ <property
+ name="openjpa.ConnectionProperties"
+ value="DriverClassName=com.mysql.jdbc.Driver
+ ,
Url=jdbc:mysql://<i>ip_or_name_of_your_server</i>:3306/<i>db_instance_name</i>
+ , .....
+ , Username=<i>your_user_name_here</i>
+ , Password=<i>your_password_here</i>"/>
</pre>
you should <b>restart red5</b> after you did change database - connection
values<br/>
<li>Install openoffice-service running on port 8100 in headless mode (<A
HREF="http://code.google.com/p/openmeetings/wiki/OpenOfficeConverter">OpenOfficeConverter</A>)<BR/>
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.