Install Moodle 4.4-Ubuntu 24.04: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
$ sudo apt install apache2 php8.1 mariadb-server postfix | $ sudo apt install apache2 php8.1 mariadb-server postfix | ||
$ sudo apt install php8.1-mysql php8.1-fpm php8.1-iconv php8.1-mbstring php8.1-curl php8.1-tokenizer php8.1-xmlrpc php8.1-soap php8.1-ctype php8.1-zip php8.1-gd php8.1-simplexml php8.1-xml php8.1-intl | $ sudo apt install php8.1-mysql php8.1-fpm php8.1-iconv php8.1-mbstring php8.1-curl php8.1-tokenizer php8.1-xmlrpc php8.1-soap php8.1-ctype php8.1-zip php8.1-gd php8.1-simplexml php8.1-xml php8.1-intl | ||
When installation is completed start apache web server. | |||
$ sudo systemctl start apache2 | $ sudo systemctl start apache2 | ||
$ sudo systemctl enable apache2 | $ sudo systemctl enable apache2 |
Revision as of 01:25, 27 April 2024
https://www.webhostingzone.org/blog/how-to-install-moodle-on-ubuntu-22-04
Update Repo
sudo apt update sudo apt install software-properties-common ca-certificates lsb-release apt-transport-https sudo add-apt-repository ppa:ondrej/php
Install Apache, PHP-8.1, MariaDB MySQL server
$ sudo apt install apache2 php8.1 mariadb-server postfix $ sudo apt install php8.1-mysql php8.1-fpm php8.1-iconv php8.1-mbstring php8.1-curl php8.1-tokenizer php8.1-xmlrpc php8.1-soap php8.1-ctype php8.1-zip php8.1-gd php8.1-simplexml php8.1-xml php8.1-intl When installation is completed start apache web server. $ sudo systemctl start apache2 $ sudo systemctl enable apache2