This file contains hidden or 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
Atualizar o sistema | |
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade | |
Instalação do MysqlServer | |
sudo apt-get install mysql-server | |
Instalação do Apache2 | |
sudo apt-get install apache2 | |
Instalação do PHP7.0 |
NewerOlder