Odo.lv » Recipes » Moodle tālmācības sistēma

Warning: Šis apraksts jau vairāk ka gadu nav mainīts. Iespējams, ka tas ir novecojis!

Moodle tālmācības sistēma


Priekšnoteikumi: Apache tīmekļa serveris PHP atbalsts Apache serverī MySQL datubāze vai PostgreSQL datu bāze

Moodle ir atvērtā koda tālmācības sistēma. Šajā lapā ir aprakstīts, kā uzstādīt Moodle uz Ubuntu Linux servera ar MySQL datu bāzi.

Uzstādīšana

  1. root lietotājs izpilda komandas:
    apt-get install php5-mysql
    sudo apt-get install moodle
  2. Izpilda uzstādīšanas vedņa norādījumus:
    Web server software: apache2
    Database server software for Moodle: mysql-server
    Database server hostname: localhost
    Database administrator username: root
    Database administrator password: Student007
    DBA password confirmation:  Student007
    Database owner username: moodle
    Database owner password: moodle
    Database user password confirmation: moodle
    ņem vērā paziņojumu:
    Warning - Moodle tables not created in database
    This install script will create the Moodle database, but the tables need to be created by Moodle itself.
    Please launch Moodle immediately after this installation completes:
    http://localhost/moodle/admin
  3. Ja moodle uzstāda uz attālināta datora:
    1. Izmaina faila /etc/moodle/apache.conf rindas:
      # allow from 127.0.0.0/255.0.0.0
      allow from all
    2. Izmaina faila /etc/moodle/config.php rindas:
      $CFG->wwwroot = 'http://111.222.333.444/moodle';
      kur 111.222.333.444 ir servera IP adrese vai DNS nosaukums.
    3. Pārstartē Apache.
  4. Atver saiti http://localhost/moodle/admin vai citu IP adresi vai DNS nosaukumu.
  5. Izpilda vedņa norādījumus.

Latviskošana

  1. Atver http://localhost/moodle/admin/langimport.php un pievieno latviešu valodu.
  2. Moodle konfigurācijā norāda, ka noklusētā sistēmas valoda ir latviešu.

Papildu iestatījumi

  1. Pievieno papildu bibliotēkas:
    apt-get install aspell zip unzip
    un norāda to atrašanās vietu http://localhost/moodle/admin/settings.php?section=systempaths


Saites Alternatīvas

Skatīt arī

Created by Valdis Vītoliņš on 2010/03/11 17:01
Last modified by Valdis Vītoliņš on 2010/12/13 21:25

XWiki Enterprise 2.7.33656 - Documentation
Creative Commons Attribution 3.0 Unported License