Comment by [email protected]:
STEP-By-STEP scenario.
This Installation Guide is for installing Windows 2008 R2 x64 Server:
-OS: Windows 2008 R2 x64 with SP1 and all Windows up to date
-UAC turned off
-Administrators Group given full access to C:\ and to all folders
-Logged in as local administrator
-Firewall turned off
Installed Prequisites:
1.) Create a folder C:\Red5
2.) Set up Environment Variables:
a. Go to => My Computer properties => Advance System Settings => Advance
Tab => Environment Variable button
i. JAVA_HOME = C:\JAVA\jdk1.6.0_27
ii. RED5_HOME=C:\Red5
iii. Path = (include C:\JAVA\jdk1.6.0_27\bin location)
3.) Install Java SDK v6 Update 27 (x32)
a. Installed to root of C:\
b. Should look like this:
i. C:\JAVA\jdk1.6.0_27
ii. C:\JAVA\jre6
4.) Install GhostScript v9.04
5.) Install Image Magick
6.) Install FFMPEG to C:\FFMPEG location
a. Not much of an install, it is just a compressed package
b. Extract it and rename the folder to FFMPEG
c. Place it at the root of C:\ location
7.) Did not installed SoX as it was optional
8.) Install OpenOffice v3.3 (x32) and accepted all settings at default
a. After install, run OpenOffice for first time to go through the
registration routine
b. At command prompt > go to location C:\Program Files (x86)\OpenOffice.org
3\program
c. Typed in the following command and press Enter:
soffice.exe -headless -nologo -norestore
-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager
d. Then type in the following command and press Enter: netstat -anp tcp
Install Core Engine and Test:
9.) Installed XAMPP v1.7.4 V6 (x32) to root of C:\ = C:\XAMPP
10.) Rebooted the server
11.) With Internet Explorer browser, do the following basic browse test:
-http://localhost = works
-http://localhost/xampp/index.php = works
-Clicked on Status = works
-Clicked on phpinfo() = works
-Clicked on perlinfo() = works
-Clicked phpMyAdmin = works
-On phpMyAdmin page:
--Created a new database called “openmeetings” with collation =
UT8_general_ci (as per wiki document)
Install OpenMeetings:
12.) Download OpenMeetings_v1_7_0_r3822
13.) If you have WinRAR installed, right click on OpenMeetings_v1_7_0_r3822
package and select Extract to OpenMeetings_v1_7_0_r3822 option
a. This will create a folder called OpenMeetings_v1_7_0_r3822
14.) Browse into OpenMeetings_v1_7_0_r3822\webapps\openmeetings\conf folder
location.
15.) Deleted the original “hibernate.cfg.xml” that came with the package.
16.) Rename the mysql_hibernate.cfg.xml. to hibernate.cfg.xml
17.) Edit the newly renamed hibernate.cfg.xml (from
mysql_hibernate.cfg.xml) with the following changes:
Changed from
<property
name="dialect">org.hibernate.dialect.MySQLMyISAMDialect</property>
<property
name="connection.url">jdbc:mysql://localhost/openmeetings?autoReconnect=true&useUnicode=true&createDatabaseIfNotExist=true&characterEncoding=utf-8</property>
Changed to
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.url">jdbc:mysql://localhost/openmeetings</property>
18.) Save the changes close the editor.
19.) Browse to OpenMeetings_v1_7_0_r3822\webapps\openmeetings folder
a. Edit the config.xml file
b. Change From <rtmphostlocal></rtmphostlocal>
c. Change To: <rtmphostlocal>127.0.0.1</rtmphostlocal>
d. Save it.
20.) Browse to OpenMeetings_v1_7_0_r3822 folder
a. copy the contents of it
b. paste it in C:\Red5 location
21.) In Command prompt
22.) Go to C:\Red5
23.) Type in Red5
a. This will run the Red5.BAT file
b. You will see a bunch of commands being run
c. Wait till you see a last line that shows: ##### loadEmot completed
24.) With Internet Explorer browser
a. Browse to http://localhost:5080/openmeetings/install
b. Scroll down and click on Continue with STEP 1
c. Fill out the fields
d. Click the INSTALL button (at the bottom) when done
i. This installation process can take some time.
25.) On successful installation, should see OpenMeetings - Installation
Complete!
26.) Click on Enter the Application link to continue on
27.) You will see the login screen
28.) Login with the credentials you’ve specified in Step #24
For more information:
http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings
--
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.