You are on page 1of 1

INSTALACIN MOODLE EN UBUNTU

Informacin internet:

1.1.

http://moodle.org/ pgina ofical moodle


http://docs.moodle.org/en/Step-by-step_Install_Guide_for_Ubuntu

instalacin ubuntu

Instalacin:

1.2.

mysql -u root p
CREATE DATABASE moodle DEFAULT CHARACTER SET utf8 COLLATE
utf8_unicode_ci;
GRANT ALL PRIVILEGES ON moodle.* TO moodleuser@localhost IDENTIFIED BY
'NewMoodleDatabasePassword';
GRANT SELECT,LOCK TABLES on moodle.* TO moodlebackup@localhost
IDENTIFIED BY 'MoodleBackupPassword';
FLUSH PRIVILEGES;
QUIT
apt-get install apache2 libapache2-mod-php5 php5-gd libapache2-modsecurity php5-ldap php5-odbc php5-xmlrpc php5-curl
apt-get install unzip zip aspell-en aspell-fr aspell-de aspell-es curl
libcurl3 libcurl3-dev clamav-base clamav-freshclam clamav
/etc/init.d/apache2 restart
cd /var/www
wget http://download.moodle.org/stable19/moodle-latest-19.tgztar -zxf
moodle-latest-19.tgz
chmod 777 R /var/www
sudo mkdir /var/moodledata
moodledata

Configuracin inicial (seguir pasos lgicos de respuestas a configuracin):

1.3.

http://192.168.1.5/moodle contestar y configurar

You might also like