How To Install Lamp Server PDF
How To Install Lamp Server PDF
1. Install Apache
sudo apt install apache2
2. Install MySQL
sudo apt install mysql-server
3. Install PHP
sudo apt install php-pear php-fpm php-dev php-zip php-curl php-xmlrpc php-gd php-mysql
php-mbstring php-xml libapache2-mod-php
4. Restart Server
sudo service start apache2 > to turn it on
sudo service apache2 restart > to restart the apache server
sudo service apache2 stop > to stop the apache server
5. Check Apache
Open a web browser and navigate to http://localhost/ or 127.0.0.1 . You should see a
message saying It works!
6. Check PHP
php -r 'echo "\n\nYour PHP installation is working fine.\n\n\n";'
7.Install phpMyAdmin
https://wordpress.org/latest.zip
to your website
localhost/wordpress/
By H9x.Hacker :)