You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2011/12/18 13:55:27 UTC

svn commit: r1220387 [4/4] - in /incubator/openmeetings/trunk/singlewebapp: docs/ docs/images/ xdocs/ xdocs/images/ xdocs/stylesheets/

Added: incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml?rev=1220387&view=auto
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml (added)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/installation.xml Sun Dec 18 12:55:26 2011
@@ -0,0 +1,344 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- Copyright 2006 The Apache Software Foundation Licensed under the Apache 
+	License, Version 2.0 (the "License"); you may not use this file except in 
+	compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
+	Unless required by applicable law or agreed to in writing, software distributed 
+	under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES 
+	OR CONDITIONS OF ANY KIND, either express or implied. See the License for 
+	the specific language governing permissions and limitations under the License. -->
+<document>
+
+	<properties>
+		<title>Home</title>
+		<author email="sebawagner@apache.org">
+			OpenMeetings Team
+		</author>
+	</properties>
+
+	<body>
+
+		<section name="OpenMeetings Installation">
+
+			<p>
+				To update from past versions or migrate see
+				<a href="Upgrade.html">Upgrade</a>
+				.
+				If you are looking for commercial help you might contact
+				<a href="http://www.openmeetings.de" target="_BLANK" rel="nofollow">openmeetings.de
+				</a>
+			</p>
+			<p>
+				<a href="downloads.html" rel="nofollow">
+					<img src="images/installation_instructions.png" alt="Grafik" />
+				</a>
+			</p>
+			<ol>
+				<li>
+					<b>Recommendation for production environment</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						By default OpenMeetings uses the integrated Apache Derby database.
+						For production environment you should consider using
+						<a href="MySQLConfig.html">MySQL</a>
+						,
+						<a href="/PostgresConfig.html">Postgres</a>
+						, or for example
+						<a href="IBMDB2Config.html">IBM DB2</a>
+						, or
+						<a href="OracleConfig.html">Oracle</a>
+					</div>
+				</li>
+				<li>
+					<b>Enabling Image Upload and import to whiteboard</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						Install
+						<b>ImageMagick</b>
+						on the server, you can get more information on
+						<a href="http://www.imagemagick.org" rel="nofollow" target="_BLANK">http://www.imagemagick.org
+						</a>
+						regarding installation. The instructions
+						for installation can be
+						found there
+						<a href="http://www.imagemagick.org/script/binary-releases.php"
+							target="_BLANK" rel="nofollow">http://www.imagemagick.org/script/binary-releases.php
+						</a>
+						,
+						however on
+						most Linux systems you can get it via your favorite
+						package
+						managers (apt-get it)
+					</div>
+				</li>
+				<li>
+					<b>Enabling import of PDFs into whiteboard</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						<ul>
+							<li>
+								Install
+								<b>GhostScript</b>
+								on the server, you can get more
+								information on
+								<a href="http://pages.cs.wisc.edu/~ghost/" target="_BLANK"
+									rel="nofollow">
+									http://pages.cs.wisc.edu/~ghost/
+								</a>
+								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).
+							</li>
+							<li>
+								Install
+								<b>SWFTools</b>
+								on the server, you can get more information
+								on
+								<a href="http://www.swftools.org/" target="_BLANK" rel="nofollow">http://www.swftools.org/
+								</a>
+								regarding installation. Some of the
+								Linux distributions already
+								have it in there package manager (see
+								<a href="http://packages.debian.org/unstable/utils/swftools"
+									target="_BLANK" rel="nofollow">http://packages.debian.org/unstable/utils/swftools
+								</a>
+								), the
+								recommended version of SWFTools is 0.9 as prior version
+								have a
+								bug that does lead to wrong object dimensions at
+								whiteboard
+							</li>
+						</ul>
+					</div>
+				</li>
+				<li>
+					<b>Enabling import of .doc, .docx, .ppt, .pptx, ... all Office
+						Documents into whitebaord
+					</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						<b>OpenOffice-Service</b>
+						started and listening on port 8100, see
+						OpenOfficeConverter for
+						details
+					</div>
+				</li>
+				<li>
+					<b>Enabling Recording and import of .avi, .flv, .mov and .mp4 into
+						whiteboard
+					</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						<ul>
+							<li>
+								Install
+								<b>FFMpeg</b>
+								. You should get FFMPEG in an up to date copy!
+								For
+								Windows you can
+								download a Build for example from
+								<a href="http://ffmpeg.zeranoe.com/builds/" target="_BLANK"
+									rel="nofollow">http://ffmpeg.zeranoe.com/builds/ </a>
+								Linux or OSx Users should be
+								able to use one of the various
+								Installation Instructions on the
+								Web. You need to enable
+								libmp3lame!
+							</li>
+							<li>
+								Install
+								<b>SoX</b>
+								<a href="http://sox.sourceforge.net/" target="_BLANK" rel="nofollow">http://sox.sourceforge.net/
+								</a>
+								. You should install SoX in a up
+								to date copy! SoX 12.xx will NOT
+								work!
+							</li>
+						</ul>
+					</div>
+				</li>
+			</ol>
+
+		</section>
+
+		<section name="Ports, NAT Settings, Customize">
+
+			<p>
+				See
+				<a href="PPortSettings.html">PortSettings</a>
+			</p>
+		</section>
+
+		<section name="VMWare">
+			<ul>
+				<li>
+					See
+					<a href="http://nightly.openmeetings.de/openmeetings/builds/vmware/"
+						rel="nofollow">http://nightly.openmeetings.de/openmeetings/builds/vmware/</a>
+				</li>
+				<li>
+					VMWare 1.6.1
+					<a
+						href="http://openstudio.no-ip.info/2011/01/openmeetings-1-6-rc1-vmware-appliance-using-ubuntu-server-10-04-lts/"
+						rel="nofollow">blog-entry</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/VMWareImageDebian051">VMWareImageDebian051</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/VMWareImageMoodlePackOM052">VMWareImageMoodlePackOM052</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/VMImageRev2056">VMImageRev2056</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/VMWareImageRunningOpenmeetingsV1_0RC1">VMWareImageRunningOpenmeetingsV1_0RC1</a>
+				</li>
+			</ul>
+		</section>
+
+		<section name="Hardware Requirements">
+			<ul>
+				<li>
+					Minimalistic requirement (without Document Converters, Recorder and
+					Upload feature) 1GHz CPU 1 GB RAM (
+					<i>server-side</i>
+					)
+				</li>
+				<li>
+					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
+					<a href="http://download.openoffice.org/other.html#de" rel="nofollow">available
+						for your OS
+					</a>
+					(
+					<i>server-side</i>
+					)
+				</li>
+				<li>
+					Headset/Microphone recommendation: Logitech ClearChat PC Wireless,
+					for example from
+					<a
+						href="http://www.amazon.de/Logitech-ClearChat-kabelloser-Kopfh%C3%B6rer-Transmitter/dp/B00166WSN4"
+						rel="nofollow">Amazon</a>
+					or
+					<a
+						href="http://shop.ebay.com/i.html?_nkw=Logitech+ClearChat.+Wireless&amp;_sacat=0&amp;_trksid=p3286.m270.l1313&amp;LH_BIN=1&amp;LH_IncludeSIF=1&amp;_odkw=Logitech+ClearChat+PC&amp;_osacat=0"
+						rel="nofollow">EBay Auctions</a>
+					(
+					<i>cient-side</i>
+					).
+					<a href="/p/openmeetings/wiki/RecommendedHardwareList">See all recommendations</a>
+					for cameras, headsets and speakerphones.
+				</li>
+			</ul>
+
+		</section>
+
+		<section name="Debian, Links, Changelog, VoIP">
+
+			<ul>
+				<li>
+					for VoIP and SIP Integration see also
+					<a href="/p/openmeetings/wiki/VoIPAndSIP">VoIPAndSIP</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/MeetingsLive">Ubuntu Live DVD</a>
+					<a href="/p/openmeetings/wiki/MeetingsLive">MeetingsLive</a>
+					<a href="http://meetingslive.sourceforge.net/" rel="nofollow">http://meetingslive.sourceforge.net/
+					</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/InstallationCentOS5">Installation on CentOS 5</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/InstallationRHELS">Installation on RHELS 5.6</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/OpenmeetingsEnUbuntu">Instalar Openmeetings en Ubuntu 10.04 (Spanish)</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/UbuntuLucidLTS">Install openmeetings on Ubuntu 10.04 LTS</a>
+				</li>
+				<li>
+					<a
+						href="http://liberamemoria.blogspot.com/2009/02/instalando-openmeetings-07-rc-2-en.html"
+						rel="nofollow">Espanol Version for Debian Installation</a>
+				</li>
+				<li>
+					<a
+						href="http://aitinet.com/blog/wp-content/uploads/2009/08/TUTORIAL-PARA-INSTALACAO-DO-RED5-E-OPENMEETINGS-NO-LINUX-DEBIAN-LENNY-51.pdf"
+						rel="nofollow">Portuguese Version for Debian Installation of 0.9 RC1</a>
+				</li>
+				<li>
+					<a href="http://marc-muehlfeld.de/openmeetings/" rel="nofollow">CentOS
+						Installation Tutorial von Marc Mühlfeld
+					</a>
+				</li>
+				<li>
+					<a
+						href="http://code.google.com/p/openmeetings/wiki/Automatic_script_installation_for_Debian"
+						rel="nofollow">Automatic script installation for Debian</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/InstallationDebian">InstallationDebian</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/qosTips">qosTips</a>
+				</li>
+				<li>
+					French version of Installation Instructions:
+					<a
+						href="http://flash.54n.free.fr/?/Root/Debian/OpenMeetings-Installation"
+						rel="nofollow">http://flash.54n.free.fr/?/Root/Debian/OpenMeetings-Installation
+					</a>
+				</li>
+			</ul>
+		</section>
+
+		<section name="Tips and Tricks">
+			<ul>
+				<li>
+					Use the Debug-Application: Enter in your browser
+					<a
+						href="http://$RED-HOST:$RED5-PORT/openmeetings/maindebug.lzx.lzr=swf8.swf"
+						rel="nofollow">http://$RED-HOST:$RED5-PORT/openmeetings/maindebug.lzx.lzr=swf8.swf
+					</a>
+					for example
+					<a href="http://localhost:5080/openmeetings/maindebug.lzx.lzr=swf8.swf"
+						rel="nofollow">http://localhost:5080/openmeetings/maindebug.lzx.lzr=swf8.swf
+					</a>
+				</li>
+				<li>If you have Problems with conversion-jobs check your Red5-Log
+					output. There will be error Messages which help you. You must
+					install OpenOffice, ImageMagick, GhostScript and SWFTools to run
+					all conversion-Jobs correctly.
+				</li>
+				<li>if you have problems in converting Files check the Batch-Scripts
+					in $OPENMEETINGS_HOME/jod
+				</li>
+				<li>
+					If you want to use red5 as a service (without red5.bat), you need
+					to move red5\wrapper\wrapper.exe to red5\wrapper.exe. Then change
+					some path in conf\wrapper.conf (like ..\lib\foo.jar to
+					lib\foo.jar). And finally change the register key in
+					HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
+					<a href="/p/openmeetings/w/edit/CurrentControlSet">?</a>
+					\Services\Red5\ImagePath
+					<a href="/p/openmeetings/w/edit/ImagePath">?</a>
+					to point to the new wrapper.
+				</li>
+				<li>
+					you can query a Mysql Database to get the schema_collection by
+					using this query:
+					<div class="xmlcode">
+						SELECT Table_name, TABLE_COLLATION FROM
+						information_schema.tables WHERE table_schema = 'openmeetings'
+						ORDER BY table_name DESC
+					</div>
+				</li>
+			</ul>
+		</section>
+
+	</body>
+
+</document>
+

Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml?rev=1220387&r1=1220386&r2=1220387&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/stylesheets/project.xml Sun Dec 18 12:55:26 2011
@@ -13,10 +13,11 @@
         <item name="License"                href="/license.html"/>
         <item name="ASF"                    href="http://www.apache.org/"/>
         <item name="Downloads"              href="/downloads.html"/>
-        <!-- 
-        <item name="Installation"           href="/installation.html"/>
-        <item name="Support"                href="/support.html"/>
-         -->
+    </menu>
+    
+    <menu name="Installation and Upgrade">
+    	<item name="Installation"           href="/installation.html"/>
+    	<item name="Upgrade"           		href="/Upgrade.html"/>
     </menu>
 
     <menu name="Community">
@@ -28,8 +29,16 @@
 
     <menu name="Development">
         <item name="Source Code"            href="/svn.html"/>
-        <item name="JIRA"                   href="http://issues.apache.org/jira/browse/OPENMEETINGS"/>
+        <item name="Bugs / Issues (JIRA)"   href="http://issues.apache.org/jira/browse/OPENMEETINGS"/>
         <item name="Dependencies"           href="/dependencies.html"/>
+        <item name="Build Instructions"     href="/BuildInstructions.html"/>
+        <item name="JUnit Testing"          href="/JUnitTesting.html"/>
+    </menu>
+    
+    <menu name="Integration">
+        <item name="SOAP/REST API"          href="/SoapRestAPI.html" />
+        <item name="REST API Sample"        href="/RestAPI.html" />
+        <item name="Ldap and ADS"           href="/LdapAndADS.html" />
     </menu>
     
     <menu name="Configuration">
@@ -40,12 +49,35 @@
     		<subitem name="MySQL" href="/MySQLConfig.html" />
     		<subitem name="Postgres" href="/PostgresConfig.html" />
     	</item>
-    </menu>
-    
-    <menu name="Integration">
-        <item name="SOAP/REST API"          href="/SoapRestAPI.html" />
-        <item name="REST API Sample"        href="/RestAPI.html" />
-        <item name="Ldap and ADS"           href="/LdapAndADS.html" />
+    	<item name="Localization and languages" >
+    		<subitem name="Internationalisation" href="/Internationalisation.html" />
+    		<subitem name="LanguageEditor" href="/LanguageEditor.html" />
+    		<subitem name="TimeZoneHandling" href="/TimeZoneHandling.html" />
+    		<subitem name="EditTemplates" href="/EditTemplates.html" />
+    	</item>
+    	<item name="NAT Port Settings" >
+    		<subitem name="Port settings" href="/PortSettings.html" />
+    	</item>
+    	<item name="Performance" >
+    		<subitem name="JVM performance tuning" href="/JVMPerformanceTuning.html" />
+    	</item>
+    	<item name="Customization" >
+    		<subitem name="Branding and Colors" href="/BrandingAndColors.html" />
+    		<subitem name="Webapp name/path" href="/WebappNamePath.html" />
+    		<subitem name="Navigation" href="/Navigation.html" />
+    		<subitem name="Dashboard" href="/Dashboard.html" />
+    		<subitem name="Calendar and timezone" href="/CalendarAndTimezone.html" />
+    		<subitem name="Webcam resolutions" href="/WebcamResolutions.html" />
+    		<subitem name="General Configuration" href="/GeneralConfiguration.html" />
+    	</item>
+    	<item name="Security" >
+    		<subitem name="Restricted Access" href="/RestrictedAccess.html" />
+    		<subitem name="RTMPS and HTTPS" href="/RTMPSAndHTTPS.html" />
+    	</item>
+    	<item name="Misc" >
+    		<subitem name="Get version info" href="/GetVersionInfo.html" />
+    		<subitem name="FFMPEG Version Switch" href="/FFMPEGVersionSwitch.html" />
+    	</item>
     </menu>
     
     <!--