This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Abaixo um passo a passo pratico para instalacao do Moodle no Ubuntu 20.04 | |
Passo 1: Atualize o sistema | |
sudo apt update | |
sudo apt upgrade | |
Passo 2: Instale o Apache, PHP e outros pacotes necessários | |
sudo apt install apache2 php libapache2-mod-php php-cli php-common php-mbstring php-gd php-intl php-xml php-mysql php-zip php-curl php-xmlrpc php-soap php-ldap php-imagick php-json php-bcmath php-gmp |