Download presentation
Presentation is loading. Please wait.
Published byEmely Fricker Modified over 9 years ago
1
Dokeos Tutorial Sritrusta Sukaridhoto Politeknik Elektronika Negeri Surabaya
2
Struktur Dokeos
3
Fungsi Dokeos Oogie VideoConference LMS Reporting
4
Requirement High Spec Server Dual Processor 80GB HD High Bandwidth High speed Internet Linux OS (Debian GNU/Linux) Apache2 MySQL PHP5 OpenOffice.org Red5 Server (java + flash) OpenLaszlo Tomcat Mail server (postfix) Backup (rsync)
5
Debian GNU/Linux Gunakan mirror, daripada CD/DVD Main, contrib, non-free /etc/apt/sources.list deb http://kebo.vlsm.org/debi an stable main contrib non-free http://kebo.vlsm.org/debi an # apt-get update # apt-get upgrade
6
Java & M$-font Install java5, Java6 belum disupport oleh dokeos Jangan gunakan gcj ato java compiler lainnya # apt-get install sun- java5-jdk sun-java5-jre # apt-get install msttcorefonts
7
Apache2, MySQL, PHP5 # apt-get install apache2-mpm- prefork # apt-get install mysql-server-5.0 # apt-get install libapache2-mod- php5 php5-mysql
8
phpinfo Coba webserver dengan phpinfo
9
PHP extra # apt-get install php-pear php5-gd php5-xsl php5-mcrypt Rubah /etc/php5/apache2/php.ini Max_execution_time = 300 Max_input_time = 600 Memory_limit = 128M Post_max_size = 64M Upload_max_filesize = 100M Install phpmyadmin # apt-get install phpmyadmin
10
Download dokeos # cd /var/www # wget http://www.dokeos.com/download/dokeos- 1.8.4.ziphttp://www.dokeos.com/download/dokeos- 1.8.4.zip # unzip dokeos-1.8.4.zip # chmod -R 0777 dokeos/ Buka halaman http://localhost/dokeos/, lakukan installasi sesuai petunjukhttp://localhost/dokeos/
11
Menu Dokeos
12
Dokeos Oogie Rapid Authoring
13
Shell # apt-get install openoffice.org Edit /usr/lib/openoffice/share/registry/data/org/openoffice/Setup.xcu Isikan : socket,host=localhost,port=2002;urp;StarOffice.ServiceManage r Sebelum : false # apt-get install xvfb xbase-clients xserver-xorg-core xvfb-run -a /usr/lib/openoffice/program/soffice -headless -norestore - nologo -accept="socket,port=2002;urp;StarOffice.ServiceManager" &
14
Dokeos configuration Administration -> Services -> PowerPoint2Learnin gPath Host = localhost Username = Ftp Password = Path to LZX Files = /main/webrooms/re corder.swf
15
Video Conferencing Apache Tomcat Mod_jk OpenLaszlo http://www.openlaszl o.org http://www.openlaszl o.org Red5 http://osflash.org/red 5 http://osflash.org/red 5
16
openlaszlo # cd /opt # wget http://www.dokeos.com/download/dokeos-openlaszlo- 1_8.tar.gzhttp://www.dokeos.com/download/dokeos-openlaszlo- 1_8.tar.gz # tar zxvf dokeos-openlaszlog-1_8.tar.gz # cd dokeos-openlaszlo-1.8 Cek JAVA_HOME di file Server/tomcat-5.0.24/bin/startup.sh dan Server/tomcat-5.0.24/bin/shutdown.sh pastikan berisi “/usr/lib/jvm/java-1.5.0-sun” Cek file Server/lps-latest/dokeos/videoconference/host.lzx, isikan keterangan yang sesuai dengan red5 configuration #./Server/tomcat-5.0.24/bin/startup.sh
17
Red5 # wget http://dl.fancycode.com/red5/0.6.3/debian/red5_0.6.3- 1_all.debhttp://dl.fancycode.com/red5/0.6.3/debian/red5_0.6.3- 1_all.deb # dpkg -i red5_0.6.3-1_all.deb # wget http://www.dokeos.com/download/dokeos-red5APP- 1_8.tar.gzhttp://www.dokeos.com/download/dokeos-red5APP- 1_8.tar.gz # tar zxvf dokeos-red5APP-1_8.tar.gz # cp - R dokeos-red5APP-1.8/* /usr/lib/red5/webapps/ Cek /usr/lib/red5/conf/red5.properties (default) http.port = 5080 rtmp.port = 1935 rtmpt.port = 8088 # /etc/init.d/red5 restart
18
Apache2 Tomcat (1) # apt-get install libapache2-mod-jk # a2enmod jk
19
Apache2 Tomcat (2) Edit # vim /etc/libapache2-mod-jk/workers.properties workers.java_home=/usr/lib/jvm/java-1.5.0-sun/ workers.tomcat_home=/opt/dokeos-openlaszlo- 1.8/Server/tomcat-5.0.24 Tambahkan # vim /etc/apache2/mod-enabled/jk.load JkLogLevel info JkLogStampFormat "[%a %b %d %H:%M:%S %Y]" JkMount /lps-latest ajp13 JkMount /lps-latest/dokeos/* ajp13 Restart dengan : # /etc/init.d/apache2 restart
20
Apache2 Tomcat (3) Test akses ke http://server:8080/lps-latest http://server/lps-latest/dokeos/
21
Dokeos Configuration Administrator - Services - Visio- Conference URL: /dokeos/main/webrooms/videoconference. html /dokeos/main/webrooms/videoconference2.html Ip server = RTMP = 5080 RTMP Tunnel = 8088
22
Troubleshoting Bila video conference hanya keluar tombol lingkaran dan tanda x merah, dan hanya loading … Masuk ke /Server/lps- latest/dokeos/videoconference/ # grep “_url.indexOf” * Rubah “/” menjadi “/main”
23
Selamat Mencoba
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.