Install Moodle 4.4-Ubuntu 24.04: Difference between revisions

From Dboswiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
  sudo apt install software-properties-common ca-certificates lsb-release apt-transport-https  
  sudo apt install software-properties-common ca-certificates lsb-release apt-transport-https  
  sudo add-apt-repository ppa:ondrej/php
  sudo add-apt-repository ppa:ondrej/php
==Install Apache, PHP-8.1, MariaDB MySQL server==

Revision as of 01:23, 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