Last active
August 24, 2021 17:35
-
-
Save iotonlinux/5e5dd76960a3af3fc29b6d5a57a69a53 to your computer and use it in GitHub Desktop.
LAMP Stack Installation
This file contains hidden or 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
If you need LAMP Stack Setup Help Contact With Me: | |
Telegram: iotonlinux | |
Skype: [email protected] | |
Email: [email protected] | |
# !/bin/sh | |
apt update | |
apt upgrade | |
apt install apache2 | |
# Visit: http://localhost/ | |
# Install MySQL & check version, start,stop & restart Apache | |
apt install mysql-server | |
mysql_secure_installation | |
exit | |
service mysql restart | |
apt install phpmyadmin | |
apt install -y php-mbstring | |
# visit: http://localhost/phpmyadmin/ | |
Use user= masum | |
pass= 01722G@usia |
Author
iotonlinux
commented
Aug 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment