The last two articles describe the installation of Linux server and related services in a virtual machine, and with these basics, install an app service Moodle 2.7+ is the most widely used Web-based course platform.
Support software is required before installing Moodle MySQL + phpmyadmin + Apache + php5
1. Download the Moodle installation file, moodle-latest-27.tgz about 33M.
2. Create an empty database in MySQL via phpMyAdmin Moodle
3. Pass the downloaded installation file to Linux with TAR-ZXVF moodle-latest-27.tgz-c/var/www/html/moodle command to extract to, var/www/html/moodle the directory, and then invoke the installation page in the browser
4 installation path can be manually established Mkdir/var/www/moodledata directory and chmod 777/var/www/moodledata set permissions to ensure that the Web page can write to the directory
5. Select MySQL Database
6. Set the login database information
7 automatically generated configuration files, need to write to the directory, Var/www/html/moodle so you can chmod 777/var/www/html/moodle first give permission, after installation and then chmod 755/var/www/html/moodle change Back permissions.
8. Next few steps
9. Set the Moodle administrator password
10. Set the Moodle site name
11. Congratulations, it's all set.
Have time to introduce how to easily modify the theme style bar, hehe!
Install Moodle under Linux