The so-called LAMP server refers to: L = linux, A = apache, M = mysql, p = php. In the installed Ubuntu terminal window, enter the following content (first confirm that your machine is connected to the Internet): The sudoapt-getinstallapache2mysql-serverphp5php5-gdphp5-mysql will prompt you to enter the password, enter complete, wait for download and installation, then you have a LAMP server.
The so-called LAMP server refers to: L = linux, A = apache, M = mysql, p = php.
In the installed Ubuntu terminal window, enter the following content (first, confirm that your machine is connected to the Internet ):
Sudo apt-get install apache2 mysql-server php5 php5-gd php5-mysql
You will be prompted to enter the password, enter the password, and wait for the download and installation. After the installation is complete, you will have a LAMP server!
The default directory is/var/www.
Enter your IP address or http: // 127.0.0.1
If you see "It works! ", That is to say, your server is already working normally. If you need to add something, put it under/var/www!