ubuntu 18.04
ubuntu 20.04
This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
ubuntu 16.04
ubuntu 18.04
ubuntu 20.04
1 sudo apt update
2 sudo apt install apache2
3 sudo systemctl stop apache2.service
4 sudo systemctl start apache2.service
5 sudo systemctl enable apache2.service
6 sudo add-apt-repository ppa:ondrej/php
7 apt-get install mysql-server unzip -y
8 mysql -v
9 ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'admin@123';
10 FLUSH PRIVILEGES;
exit
11 sudo apt-get install software-properties-common
12 sudo apt update
13 sudo apt install php7.4 libapache2-mod-php7.4 php7.4-common php7.4-gmp php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-mysql php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php7.4-zip
14 sudo apt install phpmyadmin
15 sudo ln -s /usr/share/phpmyadmin
16 sudo update-alternatives --set php /usr/bin/php7.4
17 sudo update-alternatives --set phar /usr/bin/phar7.4
DOWNLOAD
0 Comments
lf you have any doubts.Please let me know