Revision: 3968
Author: [email protected]
Date: Wed Jul 6 02:54:10 2011
Log: Edited wiki page InstallationOpenMeetings through web user
interface.
http://code.google.com/p/openmeetings/source/detail?r=3968
Modified:
/wiki/InstallationOpenMeetings.wiki
=======================================
--- /wiki/InstallationOpenMeetings.wiki Wed Jul 6 02:52:43 2011
+++ /wiki/InstallationOpenMeetings.wiki Wed Jul 6 02:54:10 2011
@@ -15,22 +15,22 @@
== Hardware Requirements ==
* Minimalistic requirement (without Document Converters, Recorder and
Upload feature) 1GHz CPU 1 GB RAM [server-side]
- * Recommended requirement 2x/4x 2GHz ++ CPU (32 or 64Bit) 4GB RAM. If
you have a 64Bit Operating System check if there is a !OpenOffice 64Bit
Version [http://download.openoffice.org/other.html#de available for your
OS] [server-side]
-
- * Headset/Microphone recommendation: Logitech !ClearChat PC Wireless,
for example from
[http://www.amazon.de/Logitech-ClearChat-kabelloser-Kopfh%C3%B6rer-Transmitter/dp/B00166WSN4
Amazon] or
[http://shop.ebay.com/i.html?_nkw=Logitech+ClearChat+Wireless&_sacat=0&_trksid=p3286.m270.l1313&LH_BIN=1&LH_IncludeSIF=1&_odkw=Logitech+ClearChat+PC&_osacat=0
EBay Auctions] [cient-side]
+ * Recommended requirement 2x/4x 2GHz ++ CPU (32 or 64Bit) 4GB RAM. If
you have a 64Bit Operating System check if there is a !OpenOffice 64Bit
Version [http://download.openoffice.org/other.html#de available for your
OS] _server-side_
+
+ * Headset/Microphone recommendation: Logitech !ClearChat PC Wireless,
for example from
[http://www.amazon.de/Logitech-ClearChat-kabelloser-Kopfh%C3%B6rer-Transmitter/dp/B00166WSN4
Amazon] or
[http://shop.ebay.com/i.html?_nkw=Logitech+ClearChat+Wireless&_sacat=0&_trksid=p3286.m270.l1313&LH_BIN=1&LH_IncludeSIF=1&_odkw=Logitech+ClearChat+PC&_osacat=0
EBay Auctions] _cient-side_
== Software Requirements / Dependencies ==
- * Java Version greater or equal 6 [server-side] [client-side]
+ * Java Version greater or equal 6 _server-side_ _client-side_
* Database available (MySQL,Postgres,... MSSQL,Oracle,DB2 see
[http://docs.jboss.org/hibernate/core/3.3/reference/en/html/session-configuration.html#configuration-optional-dialects
full-list]) It is recommended to make/use an empty database/scheme
- Database MUST listen and allow TCP/IP connections! And the default
character-set/scheme must be UTF8! _For example_ a fresh MySQL does *not*
listen on TCP/IP by default and has *not* utf8 as default-character-set
defined. You have to change these settings and restart your database server
so that changes take effect (mysql-config is in my.cnf). Postgres for
example does also not listen by default on TCP/IP but uses by default UTF8
(since postgres 7 or 8). To change Postgres listening on TCP/IP check
postgresql.conf and add your host to the pg_hba.conf. In Postgres you need
to create a database using *template1* cause template1 create automatically
a scheme called *public* which is needed (and since postgres 8 you can use
several schemes inside one database public is the default one
[http://www.postgresql.org/docs/8.2/interactive/ddl-schemas.html#DDL-SCHEMAS-PATH
Postgres-Docs]). [server-side]
- * *!OpenOffice-Service* started and listening on port 8100 (see
OpenOfficeConverter, this is not necessary for installation but for running
later on) [server-side]
- * Installed *!ImageMagick* (this is not necessary for installation but
for running later on), you can get more information on
http://www.imagemagick.org regarding installation. The instructions for
installation can be found there
http://www.imagemagick.org/script/binary-releases.php, however on most
linux systems you can get it via your favorite package managers (apt-get
it) [server-side]
- * Installed *!GhostScript* (this is not necessary for installation but
for running later on), you can get more information on
http://pages.cs.wisc.edu/~ghost/ regarding installation. The instructions
for installation can be found there, however on most linux systems you can
get it via your favorite package managers (apt-get it). [server-side]
- * Installed *SWFTools* (this is not necessary for installation but for
running later on), you can get more information on http://www.swftools.org/
regarding installation. Some of the Linux distributions already have it in
there package manager see
http://packages.debian.org/unstable/utils/swftools), the recommended
version of *SWFTools* is 0.9 as prior version have a bug that does lead to
wrong object dimensions in the Whiteboard [server-side]
- * Install *FFMpeg* (this is not necessary for installation but if you
want to test the recording you have to install it). You should get FFMPEG
in an up to date copy! For Windows you can download a Build for example
from http://ffmpeg.arrozcru.org/builds/ Linux or OSx Users should be able
to use one of the various Installation Instructions on the Web. You need to
enable libmp3lame! [server-side]
- * Install *SoX* (this is not necessary for installation but if you want
to test the recording you have to install it). You should install SoX in a
up to date copy! SoX 12.xx will NOT work! [server-side]
- * MAC OSx / Linux Users => Get Flash Player 10 Beta!! It fixes the CPU
Problem for Streaming Video =>
http://labs.adobe.com/technologies/flashplayer10/ [client-side]
+ Database MUST listen and allow TCP/IP connections! And the default
character-set/scheme must be UTF8! _For example_ a fresh MySQL does *not*
listen on TCP/IP by default and has *not* utf8 as default-character-set
defined. You have to change these settings and restart your database server
so that changes take effect (mysql-config is in my.cnf). Postgres for
example does also not listen by default on TCP/IP but uses by default UTF8
(since postgres 7 or 8). To change Postgres listening on TCP/IP check
postgresql.conf and add your host to the pg_hba.conf. In Postgres you need
to create a database using *template1* cause template1 create automatically
a scheme called *public* which is needed (and since postgres 8 you can use
several schemes inside one database public is the default one
[http://www.postgresql.org/docs/8.2/interactive/ddl-schemas.html#DDL-SCHEMAS-PATH
Postgres-Docs]). _server-side_
+ * *!OpenOffice-Service* started and listening on port 8100 (see
OpenOfficeConverter, this is not necessary for installation but for running
later on) _server-side_
+ * Installed *!ImageMagick* (this is not necessary for installation but
for running later on), you can get more information on
http://www.imagemagick.org regarding installation. The instructions for
installation can be found there
http://www.imagemagick.org/script/binary-releases.php, however on most
linux systems you can get it via your favorite package managers (apt-get
it) _server-side_
+ * Installed *!GhostScript* (this is not necessary for installation but
for running later on), you can get more information on
http://pages.cs.wisc.edu/~ghost/ regarding installation. The instructions
for installation can be found there, however on most linux systems you can
get it via your favorite package managers (apt-get it). _server-side_
+ * Installed *SWFTools* (this is not necessary for installation but for
running later on), you can get more information on http://www.swftools.org/
regarding installation. Some of the Linux distributions already have it in
there package manager see
http://packages.debian.org/unstable/utils/swftools), the recommended
version of *SWFTools* is 0.9 as prior version have a bug that does lead to
wrong object dimensions in the Whiteboard _server-side_
+ * Install *FFMpeg* (this is not necessary for installation but if you
want to test the recording you have to install it). You should get FFMPEG
in an up to date copy! For Windows you can download a Build for example
from http://ffmpeg.arrozcru.org/builds/ Linux or OSx Users should be able
to use one of the various Installation Instructions on the Web. You need to
enable libmp3lame! _server-side_
+ * Install *SoX* (this is not necessary for installation but if you want
to test the recording you have to install it). You should install SoX in a
up to date copy! SoX 12.xx will NOT work! _server-side_
+ * MAC OSx / Linux Users => Get Flash Player 10 Beta!! It fixes the CPU
Problem for Streaming Video =>
http://labs.adobe.com/technologies/flashplayer10/ _client-side_
== Install !OpenMeetings ==
--
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.