Revision: 4256
Author: seba.wagner
Date: Mon Sep 19 07:50:10 2011
Log: Update Install Welcome Page
http://code.google.com/p/openmeetings/source/detail?r=4256
Modified:
/tags/1_8/src/templates/install_welcome_EN.vm
=======================================
--- /tags/1_8/src/templates/install_welcome_EN.vm Mon Oct 12 02:56:03 2009
+++ /tags/1_8/src/templates/install_welcome_EN.vm Mon Sep 19 07:50:10 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/>
@@ -36,8 +35,27 @@
</ol>
+<BR/>
+
+
+
<BR/>
If this steps have been done you can follow with step 1 of
installation:<BR/><BR/>
<h1><A HREF="?command=step1">Continue with STEP 1</A></h1>
+<br/><br/><br/>
+<b> <span style="font-size:1.4em">If you have further questions or need
support in installation or hosting:</span></b><br/><br/>
+
+<b> <span style="font-size:1.4em">Commercial-Support:</span></b><br/><br/>
+
+<span style="font-size:1.3em"><b>By phone</b></span><br/>
+<span style="font-size:1.3em">++49 721 467 27327</span><br/>
+<span style="font-size:1.3em"><b>By email</b></span><br/>
+<span style="font-size:1.3em"><a
href="mailto:[email protected]">[email protected]</a></span>
<br/>
+<br/><br/>
+<b><span style="font-size:1.4em">Community-Support:</span></b><br/><br/>
+<span style="font-size:1.3em"><a
href="https://groups.google.com/forum/#!forum/openmeetings-user"
target="_blank">User-Forums</a></span> <br/>
+<span style="font-size:1.3em"><a
href="https://groups.google.com/forum/#!forum/openmeetings-dev"
target="_blank">Developer-Forums</a></span><br/>
+
+
</body>
</html>
--
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.