Skip to content

soheilas/LAMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

LAMP

Auto Installer LAMP on Ubuntu

wget --no-cache -O - https://gist.githubusercontent.com/soheilas/cc045779b6d2493c234561b23f826725/raw/f55aae74bff8a780acf5c19b254aa724c2b0ebab/lamp-installer.sh | bash")

Next Steps

Install phpMyAdmin

Run the below command in terminal to install phpMyAdmin and it's prerequisites:

sudo apt install phpmyadmin php-mbstring php-gettext

And then enable required extensions:

sudo phpenmod mcrypt
sudo phpenmod mbstring

Then restart Apache server:

sudo systemctl restart apache2

Now navigate to the phpMyAdmin:

xdg-open "https://localhost"

All done. now you have Apache2, MySQL, PHP installed.

About

Auto Installer LAMP on Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages