Fast sign up or create a droplet
an open your putty change password
[xyz-ips snippet=”jahir”]
[xyz-ips snippet=”alo”]
[xyz-ips snippet=”jahir2″]
1 Fast command
sudo apt-get update
1 apache2 install
sudo apt-get install apache2
3 PHP install
sudo apt-get install -y php7.2
and
sudo apt install php7.2-fpm php7.2-gd php7.2-curl php7.2-dev php7.2-cli php7.2-common php7.2-mbstring php7.2-intl php7.2-zip php7.2-bcmath
4 Install FFmpeg
sudo apt-get install ffmpeg
5 rewrite enable
a2enmod rewrite
7 apache2.conf
sudo /etc/apache2/apache2.conf
Check out the complete Apache config for folders and set up this config
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
8 sudo /etc/init.d/apache2 restart
Your server is now fully managed, you can now run your site
Yes