Note: You are currently viewing documentation for Moodle 2.4. Up-to-date documentation for the latest stable version of Moodle may be available here: Moodle Language Lab.

Moodle Language Lab

From MoodleDocs
Revision as of 04:35, 28 October 2011 by Patrick Thibaudeau (talk | contribs) (Created page with "==Introduction== 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 Palab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

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.

Red5 Installation

You can view these instructions by Nicky Hajal add the following site: http://tumbledesign.com/how-to-install-red5-0-9-on-ubuntu-10-04-lts/

You have to make sure that the following repositories are available. If not, add them to /etc/apt/sources.list

deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ lucid multiverse deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

At the command prompt type the following

sudo apt-get update

Install the following packages

sudo apt-get update sudo apt-get install java-package sudo apt-get install sun-java6-jdk sudo apt-get install sun-java6-jre

'NOTE: Nicky also installs ant and subversion. However, these two packages are never used within during the Red5 install process. Therefore, I am omitting these two steps.'