Revision: 3913
Author: [email protected]
Date: Thu Jun 30 13:19:09 2011
Log: Edited wiki page InstallationRHELS through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=3913
Modified:
/wiki/InstallationRHELS.wiki
=======================================
--- /wiki/InstallationRHELS.wiki Thu Jun 30 13:15:07 2011
+++ /wiki/InstallationRHELS.wiki Thu Jun 30 13:19:09 2011
@@ -141,3 +141,21 @@
esac
}}}
+
+{{{
+/etc/init.d/oppenofice start
+}}}
+
+== 7. END ==
+
+Now we proceed with the standard Openmeetings installation.
+
+I only had one problem during the installation process, I had to set my
database default chracter set to utf8, so I add the following line in
/etc/my.cnf
+
+{{{
+ vi /etc/my.cnf
+ default-character-set=utf8
+ /etc/init.d/mysqld restart
+
+}}}
+
--
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.