Installing a LAMP server on Linux running on a vagrant

Опубликовано: 10 Ноябрь 2016
на канале: The American Developer
270
0

PLEASE COMMENT, SUBSCRIBE, AND SHARE!!!
As soon as you have access to a Linux terminal type these two simple commands for Ubuntu!
sudo apt-get update
sudo apt-get install lamp-server^

To verify that you have installed mySQL, apache, and PHP:
sudo service mySQL status
sudo service apache2 status
php --version

Link to apt-get commands:
https://help.ubuntu.com/community/Apa...