Need a web developer? Send me an email at [email protected]
If you enjoyed the video, or it helped you out - please consider buying me a coffee!
https://www.buymeacoffee.com/oskii
Want to install LAMP on ubuntu linux in under 5 minutes, simply follow this tutorial and I will show you how to add the LAMP (Linux Apache PHP MySQL) stack to your webserver.
⭐DOWNLOAD MY FREE EBOOK on how to become a software developer:
https://www.thelasthodlr.com/
Digital Ocean Guide:
https://www.digitalocean.com/communit...
Commands in order:
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install mysql-server
sudo apt-get install php libapache2-mod-php php-mcrypt php-mysql
sudo nano /var/www/html/info.php
CTRL + O to save
CTRL + X to exit