Skip to content

Instantly share code, notes, and snippets.

View norman-twin's full-sized avatar

Norman Timeware Innovation norman-twin

View GitHub Profile
@norman-twin
norman-twin / server_php74_init.sh
Last active April 13, 2021 16:22
New Server Initialization : PHP 7.4 | Nginx | Redis | Mongo | MySQL | Pear | Composer
sudo apt update;
sudo apt install nginx;
sudo add-apt-repository universe;
sudo apt install php-fpm php-mysql;
sudo apt install php-pear;
sudo apt install php7.4-dev;
sudo apt install php7.4-curl;
sudo apt install php7.4-mbstring;
sudo apt install composer;