This tutorial is the improvised verision of this tutorial on Digitalocean based on my experience.
Run the following commands in sequence.
sudo apt-get update
sudo apt-get install -y php7.0 php7.0-fpm php7.0-gd
sudo apt-get install nginx git
| cd ~ | |
| sudo apt-get update | |
| 1. Install PHP and Nginx | |
| #apt-get install software-properties-common | |
| sudo apt-get -y install nginx php7.0 php7.0-fpm php7.0-mbstring php7.0-xml git composer | |
| 2. Config Nginx |
This tutorial is the improvised verision of this tutorial on Digitalocean based on my experience.
Run the following commands in sequence.
sudo apt-get update
sudo apt-get install -y php7.0 php7.0-fpm php7.0-gd
sudo apt-get install nginx git