Moodle - Install moodle 3.2 in Ubuntu 16.04

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=JBl29la2k3M



Duration: 19:04
12,385 views
55


in this video i will show you how to install moodle in ubuntu 16.04 (php5.6 and mysql).

steps :

1) download moodle
2) extract and move folder to html/moodle
3) open http://localhost/moodle
4) select, lang english .. next
5) confirm paths .. next
when i click next, it showing error like this :

parent directory (/var/www) is not writable. Data directory (/var/www/moodledata) cannot be created by the installer.

that problem caused by, your /var/www folder not 777. so run this script: sudo chmod 777 /var/www

6) In "Configuration Completed" page, will showing again other error like this :

moodle made an attempt to save your configuration in a file in the root of your moodle installation.

that problem caused by, your /var/www/html/moodle not 777, so run this script: sudo chmod -R 777 /var/www/html/moodle

7) next page, "Installation server check", it will showing some problem again.. your extension not be installed. in this example, i have no extension zip. So, you must install that extension by running a script in terminal with : sudo apt-get install php5.6-zip

8) click continue / next until you finish the installation.

enjoy.




Other Videos By Ambar Hasbiyatmoko


2017-03-31Install virtualbox on Centos 7
2017-03-28Ubuntu, Pgadmin(delete DB) - An error has occurred: database is being accessed by other users.
2017-03-27Wordpress (https error) - mixed content was loaded over https but requested an insecure script
2017-03-23Virtualbox error - failed to install the extension pack
2017-03-22Javascript Tutorial - How to get object length
2017-03-22Virtualbox problem - no devices available (usb devices - flashdisk)
2017-03-21Virtualbox error (in ubuntu) - implementation of the USB 2.0 controller not found!
2017-03-19Dota 2 - Witch Doctor Carry, 24 kills LOL
2017-03-18PHPExcel error (in ubuntu) - The localhost page isn’t working when trying to save .xlsx
2017-03-17PHP Trick - merge two image with PHP in ubuntu 16.04
2017-03-16Moodle - Install moodle 3.2 in Ubuntu 16.04
2017-03-15Steam - your local dota 2 files conflict with the ones stored in the steam cloud.
2017-03-15PHP Trick - php roundup() like in excel
2017-03-13Phpmyadmin Centos 7 - login without a password is forbidden by configuration (see AllowNoPassword)
2017-03-06Phpmyadmin (php 5.6) - the mbstring extension and mysql|mysqli is missing in Ubuntu 16.04
2017-03-06Ubuntu 16.04 - Display image 360 degree (photospehere) on localhost with photosphere viewer
2017-03-03Phpmyadmin Ubuntu 16.04 - The mysqli|mysql extension is missing. Please check your PHP configuration
2017-03-02Ubuntu 16.04 - Failed to install google chrome (depends on libpango1 and libappindicator1)
2017-03-01Ubuntu - How to fix Failed to fetch...404 Not Found when apt-get update
2017-02-28Steam Error - An error occurred while updating Dota 2 (corrupt download)
2017-02-18Ubuntu 16.04 problem - Failure to download extra data files ttf-mscorefonts-installer



Tags:
moodle
ubuntu
install
linux
e-learning
browser
download
configuration
localhost
cms
mysql
php
terminal
extension