<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Moodle_Language_Lab</id>
	<title>Moodle Language Lab - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Moodle_Language_Lab"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Moodle_Language_Lab&amp;action=history"/>
	<updated>2026-05-08T01:09:17Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Moodle_Language_Lab&amp;diff=4103&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Moodle_Language_Lab&amp;diff=4103&amp;oldid=prev"/>
		<updated>2024-10-18T06:42:51Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:42, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Moodle_Language_Lab&amp;diff=4102&amp;oldid=prev</id>
		<title>1&gt;Tim@horizoneducationnetwork.org: /* top */clean up, typos fixed: Windows based → Windows-based</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Moodle_Language_Lab&amp;diff=4102&amp;oldid=prev"/>
		<updated>2023-03-02T16:12:37Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;top: &lt;/span&gt;clean up, typos fixed: Windows based → Windows-based&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This module is dependent on two server technologies apart from Moodle. I will attempt to describe as best I can how to install both the Red5 Server and the Palabre server. These are based on Ubuntu 10.04 LTS as this is the server oohoo.biz uses.  Generally speaking, these instructions should work on most linux distributions. No instructions will be provided (yet) for Windows-based servers as they are straight forward.&lt;br /&gt;
&lt;br /&gt;
==Red5 Installation==&lt;br /&gt;
These are based on instructions by Nicky Hajal from the following site: http://tumbledesign.com/how-to-install-red5-0-9-on-ubuntu-10-04-lts/&lt;br /&gt;
However, there are differences and I strongly suggest you follow these steps.&lt;br /&gt;
&lt;br /&gt;
Make sure that you have the latest updates for your ubuntu server. I am using Ubuntu Server 10.04 LTS 64 Bit. To do this follow these steps.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
ONce this is done, you have to make sure that the following repositories are available. If not, add them to /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
 deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse&lt;br /&gt;
 deb-src http://us.archive.ubuntu.com/ubuntu/ lucid multiverse&lt;br /&gt;
 deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse&lt;br /&gt;
 deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse&lt;br /&gt;
 deb http://us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse&lt;br /&gt;
 deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse&lt;br /&gt;
 deb http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
 deb-src http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
&lt;br /&gt;
At the command prompt type the following&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
Install the following packages&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install java-package&lt;br /&gt;
 sudo apt-get install sun-java6-jdk&lt;br /&gt;
 sudo apt-get install sun-java6-jre&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;NOTE: Nicky also installs ant and subversion. However, these two packages are never used during the Red5 install process. Therefore, I am omitting these two steps.&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Download Red5 version 0.8. &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Nicky installs version 0.9. This is not a recommended version for Language Lab.&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
 wget http://trac.red5.org/downloads/0_8/red5-0.8.0.tar.gz&lt;br /&gt;
&lt;br /&gt;
 sudo mkdir /usr/share/red5&lt;br /&gt;
 sudo cp red5-0.8.0.tar.gz /usr/share/red5&lt;br /&gt;
 cd /usr/share/red5&lt;br /&gt;
 sudo tar xvfz red5-0.8.0.tar.gz&lt;br /&gt;
&lt;br /&gt;
You can start Red5 by typing the following command.&lt;br /&gt;
 sudo sh red5.sh&lt;br /&gt;
&lt;br /&gt;
In your browser, goto http://your-red5-server-address:5080/&lt;br /&gt;
You should see the Red5 default page.&lt;br /&gt;
&lt;br /&gt;
This is not ideal because as soon as you press CTRL-c to return to the command prompt, Red5 turns off.  You also don&amp;#039;t want to log in to your server everytime you reboot just to turn on Red5. In order to have Red5 start as a &amp;quot;service&amp;quot; when ever you boot, do the following.&lt;br /&gt;
&lt;br /&gt;
Create a file based on this boot script: http://oohoo.biz/red5 in your home directory. Then follow these steps.&lt;br /&gt;
&lt;br /&gt;
 sudo mv red5 /etc/init.d/&lt;br /&gt;
 sudo chmod a+x /etc/init.d/red5&lt;br /&gt;
&lt;br /&gt;
Start the server by typing the following&lt;br /&gt;
&lt;br /&gt;
 sudo /etc/init.d/red5 restart&lt;br /&gt;
&lt;br /&gt;
You can now use CTRL-c to returm to the command prompt without turning off Red5. However, this script will not boot when you reboot your server. You must perform this final step.&lt;br /&gt;
&lt;br /&gt;
 sudo update-rc.d red5 defaults&lt;br /&gt;
&lt;br /&gt;
Now reboot your server to make sure Red5 starts&lt;br /&gt;
&lt;br /&gt;
 sudo reboot&lt;br /&gt;
&lt;br /&gt;
==Installing OflaDemo==&lt;br /&gt;
Once Red5 is installed, you still need to install OflaDemo in order for the language lab to work.&lt;br /&gt;
&lt;br /&gt;
Goto your Red5 server with a browser. http://your-red5-server-address:5080/&lt;br /&gt;
&lt;br /&gt;
Click on &amp;quot;Click here to install demos&amp;quot;. In the table of demos, click on OflaDemo and then the Install button.&lt;br /&gt;
&lt;br /&gt;
If it fails to install try changing the permissions on the following folder&lt;br /&gt;
&lt;br /&gt;
 sudo chmod 775 -R /usr/share/red5/webapps&lt;br /&gt;
&lt;br /&gt;
Try installing again.&lt;br /&gt;
&lt;br /&gt;
You should now have a fully configured and functional Red5 Server.&lt;br /&gt;
&lt;br /&gt;
==Installing Palabre==&lt;br /&gt;
&lt;br /&gt;
Coming soon. (By October 31, 2011)&lt;/div&gt;</summary>
		<author><name>1&gt;Tim@horizoneducationnetwork.org</name></author>
	</entry>
</feed>