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
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install apache2 | |
sudo apt-get install php libapache2-mod-php php-mcrypt php-mysql | |
sudo apt-get install mysql-server mysql-client |
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
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install nginx | |
sudo apt-get install mysql-server mysql-client | |
sudo apt-get install php7.4 php7.4-fpm php7.4-mysql |
NewerOlder