Recently, I want to modify the Wordpress template, so it is easier to create a local LAMP environment for debugging. I just want to record it and provide a reference for a friend who needs it. In fact, there are a lot of information on building a LAMP server under UbuntuLinux on this site. This time, we launched a newbie-Oriented Network Information Release Platform for building a LAMP server to install WordPress under Ubuntu9.10. In recent times, we have introduced a detailed installation tutorial on Ubuntu9.10. For
Recently, I want to modify the Wordpress template, so it is easier to create a local LAMP environment for debugging. I just want to record it and provide a reference for a friend who needs it.
In fact, there are a lot of information on building a LAMP server in Ubuntu Linux on this site. This time, we launched a newbie-Oriented Network Information Release Platform for installing WordPress on a LAMP server under Ubuntu 9.10. In recent times, we have introduced detailed installation tutorials for Ubuntu 9.10. For many new Linux users, the Ubuntu system is already very skilled, and the Linux system is also used by more and more individuals or enterprises. However, it will take some time for the Linux system to become more popular than the Windows system.
Let's take a look at the installation. (See)
(Click to view the big picture)
Install LAMP
We will briefly introduce how to use commands to install Apache. The specific installation commands are as follows (see ):
Sudo apt-get install apache2
Install PHP support (see)
Sudo apt-get install libapache2-mod-php5 php5
Install mysql-server and mysql-admin (SEE)
Sudo apt-get install mysql-server-5.0 for mysql-common mysql-admin