好久没写文章了,这两天研究了下视频会议系统,看看有什么东西我公司平台可以借鉴的没有,openmeeting是 基于 JAVA的,看上去蛮不错的,只怪自己的不懂JAVA ,英语水平也很低,在google上搜索了很多文章很多都是基于 windows的,linux的文章都写的很含糊不清楚,所以我就写一篇,尽量写清楚些,让大家好明白一些!
软件:openlaszlo-4.3.0-unix.tar.gz red5 ant subversion openmeeting
sun-java6-jdk mysql-server
平台:ubuntu server 8.10
安装步骤:
1.下载需要的软件
shell $> wget [url]http://download.openlaszlo.org/4.3.0/openlaszlo-4.3.0-unix.tar.gz[/url]
shell $> svn checkout [url]http://red5.googlecode.com/svn/java/server/trunk/[/url] red5-read-only
shell $> apt-get install ant subversion sun-java6-jdk mysql-server ##mysql密码要记得!!!
shell $> svn co [url]http://openmeetings.googlecode.com/svn/trunk/[/url] openmeeting
2.编译安装 openmeeting 和 red5
shell $> tar zxvf red5-0.6.3.tar.gz
shell $> cd red5-0.6.3
shell $> ant
shell $> mv dist /usr/local/red5
shell $> cd ..
shell $> cd openmeeting
shell $> cd webapp
shell $> ant
shell $> cd dist
shell $> mv openmeetings/ /usr/local/red5/webapps/
shell $> cd ../../../
shell $> tar zxvf openlaszlo-4.3.0-unix.tar.gz
shell $> mv lps-4.3.0 /usr/local/red5/webapps/lps
shell $> cd openmeeting
shell $> mv client /usr/local/red5/webapps/lps/openmeeting
3.配置openmeeting
shell $> cd /usr/local/red5/webapps/openmeetings
shell $> cd conf
shell $> mv mysql_hibernate.cfg.xml hibernate.cfg.xml
shell $> vim hibernate.cfg.xml
<!-- User / Password -->
<property name="connection.username">root</property>
<property name="connection.password"> 123</property>
修改为你的mysql密码!!
4.启动 red5
shell $> cd /usr/local/red5
shell $> ./red5.sh &
5.安装 openmeeting
在IE栏打开 [url]http://192.168.6.132:5080/openmeetings/Install[/url]
出现:
点击 step1
然后出现:
因为我们没有安装email服务器所以SMTP 等就不用填写,然后点 install
然后慢慢等待!!
出现:
说明安装成功!!!!
6.然后登陆客户端
打开IE浏览器输入
[url]http://192.168.6.132:5080/lps/openmeeting[/url]
出现
输入刚才安装时候填写的用户名和密码登陆!
然后就进入了平台:
其他功能在慢慢挖掘~!!~~