Platform : Ubuntu 8.10
Prerequisite : instalasi dokeos telah berhasil dilakukan, jika belum dapa mengikuti tutorial berikut ini .
# wget <a href="http://dl.fancycode.com/red5/0.6.3/debian/red5_0.6.3-1_all.deb" target="_blank">http://dl.fancycode.com/red5/0.6.3/debian/red5_0.6.3-1_all.deb</a> # dpkg -i red5_0.6.3-1_all.deb
Jika muncul kesalahan dalam instalasi, maka berikan perintah berikut :
# apt-get install sun-java5-bin sun-java5-jre atau # apt-get -f install
Setelah instalasi berhasil, lanjutkan dengan perintah berikut:
# update-alternatives --set java /usr/lib/jvm/java-1.5.0-sun/jre/bin/java
Tahap berikutnya adalah menghubungkan Dokeos ke Red5
# cd /usr/lib/red5/webapps # wget <a href="http://www.dokeos.com/maven/repository/com/dokeos/dokeos-recorder/2.0.0-M2/dokeos-recorder-2.0.0-M2.war" target="_blank">http://www.dokeos.com/maven/repository/com/dokeos/dokeos-recorder/2.0.0-M2/dokeos-recorder-2.0.0-M2.war</a> -O dokeos-recorder.war # wget <a href="http://www.dokeos.com/maven/repository/com/dokeos/dokeos-videoconf/2.0.0-M2/dokeos-videoconf-2.0.0-M2.war" target="_blank">http://www.dokeos.com/maven/repository/com/dokeos/dokeos-videoconf/2.0.0-M2/dokeos-videoconf-2.0.0-M2.war</a> -O dokeos-videoconf.war
Buat berkas /etc/dokeos/videoconference-config.xml.
<?xml version=”1.0″ encoding=”UTF-8″?>
<videoconference-config>
<server-keys>
<server-key host=”192.168.0.100_dokeos_” key=”PaSSw0rd” />
</server-keys>
<moderator-check-on-whiteboard>false</moderator-check-on-whiteboard>
<video-streams-dir>/opt/dokeos/recorded-streams</video-streams-dir>
<vod-streams-dir>/opt/dokeos/vod-streams</vod-streams-dir>
</videoconference-config>
Selanjutnya restart servis red5.
# /etc/init.d/red5 stop # /etc/init.d/red5 start
Perhatikan pada konfigurasi file xml di atas pada nilai host, tanda underscore “_” harus ada dan merupakan tanda ganti untuk garis miring “/”. Jadi bila Dokeos nanti akan dipasang pada subdirektori dengan contoh url “example.com/dokeos/“, maka nilai hostnya adalah “example.com_dokeos_“.
Tahap berikutnya adalah memasang patch. Sebelumnya pastikan php5-cli telah terpasang dalam system.
# apt-get install php5-cli # cd /var/www/dokeos/ # wget <a href="http://www.dokeos.com/download/dokeos-1.8.4-patch-videoconference-2.0.tar.gz" target="_blank">http://www.dokeos.com/download/dokeos-1.8.4-patch-videoconference-2.0.tar.gz</a> # tar zfvx dokeos-1.8.4-patch-videoconference-2.0.tar.gz
edit file main/inc/lib/add_course.lib.inc.php
cari baris yang berisi : if(api_get_setting(’service_visio’,'active’)==’true’).
Ganti seperti yg terdapat dibawah ini :
if(api_get_setting('service_visio','active')=='true'){
api_sql_query("INSERT INTO '" . $tbl_course_homepage . "' VALUES ( , '" . TOOL_VISIO_CONFERENCE . "','conference/index.php?type=conference','visio_meeting.gif','1','0','squaregrey.gif','NO','_self','interaction')"<img src='http://www.azmifauzan.net/smilies/yahoo_wink.gif' alt=';)' class='wp-smiley' width='18' height='18' title=';)' />;
api_sql_query("INSERT INTO '" . $tbl_course_homepage . "' VALUES ( , '" . TOOL_VISIO_CLASSROOM . "','conference/index.php?type=classroom','visio.gif','1','0','squaregrey.gif','NO','_self','authoring')"<img src='http://www.azmifauzan.net/smilies/yahoo_wink.gif' alt=';)' class='wp-smiley' width='18' height='18' title=';)' />;
}
Lanjutkan dengan :
# php videoset.php . {host} {port} {pass} {active} {<strong>complete</strong>}
(Where {host} must be replaced by the ip/hostname of your red5 server, {port} will be 1935 in most case, {pass} must be the key linked with the current domain in the configuration of RED5 (see above), {active} must be 1 or 0 depending on whether you want the links to the videoconference tool to be added as visible or invisible, and finally {<strong>complete</strong>} <strong>must be set to 0</strong> for a 1.8.5 alpha version of Dokeos)
Ex :
# php5 videoset.php . 192.168.0.100 1935 PaSSw0rd 1 0
Untuk testing, dapat mencoba menu virtual classroom dan virtual meeting.




6 Comments Received
May 8th, 2009 @9:34 pm
walah walah
berat noq
June 10th, 2009 @5:15 am
Is there a way to download Dokeos VideoConference (in any version) for free?
June 12th, 2009 @9:23 am
@tiago
Dokeos is free and open source software, you can use and modify it for any kind you like. All you need, just download and configure in your machine to make it work.
June 27th, 2009 @2:59 pm
Hallo mas fauzan, saya mau tanya ni, ni q lg pusing bgt kejain TA bikin aplikasi yg mirip dengan dokeos, yg saya tanyakan pada aplikasi Dokeos tersebut adalah…. Adakah perintah melalui command line pada dokeos untuk mengkonversi file yg bersangkutan…. Please Help me >>> bayu.dadang46@gmail.com
Thanks Y mas

June 27th, 2009 @7:38 pm
File yang bersangkutan itu apa ?
mungkin bisa lebih di perjelas
September 4th, 2009 @1:53 pm
@bayu: mksd anda konversi file .ppt, .doc, dll bgtu kah??
jawab: ada … pake openoffice
Leave A Reply