Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

RedHat Linux installation

De MoodleDocs
La revisió el 21:05, 20 juny 2005 per Przemyslaw Stencel (discussió | contribucions)
(dif.) ← Versió més antiga | Versió actual (dif.) | Versió més nova → (dif.)
Salta a:navegació, cerca

Note : These instructions apply to RedHat version 8. They have also been found to work for RedHat 9.0 and for Fedora Core 1 and 2. Fedora Core 3 requires the php-gd package in addition to php. I see no reason why they should not work for later versions, but....

FIRST: RTFM!! Please read carefully the Moodle installation documentation at http://moodle.org/doc/?file=install.html

Redhat installation considerations: There are many installation options available when installing Redhat. I assume that you are installing on a server and will have selected a Server type install. There is however no reason why this should not work on a desktop or Workstation installation.

STEP 1: Make sure you have installed the following packages. (You will need to select the option to customize the default set of packages on installation OR bring up the package manager by putting disk 1 back in the drive for an existing system):

  • X Windows System (not vital but easier)
  • Gnome or KDE desktop environment (as above)
  • Server Configuration Tools
  • Web Server
    • Click "Details" and make sure all PHP modules are ticked (except ODBC and PGSQL, they're not neccesary)
    • make sure not to miss the MYSQL-PHP module (not installed by default)
  • SQL Database
    • Click "Details" and tick MySQL server box
  • Also make sure you set up the firewall. You probably only need to enable HTTP (and perhaps FTP and SSH) access to your server machine, unless you know different.