June 2017
Intermediate to advanced
536 pages
9h 49m
English
The Ubuntu Server is a popular, free, and open source Linux distribution that we can use to quickly set up a LAMP (Linux, Apache, MySQL, PHP) stack. The ease of installation and long-term support of Ubuntu Server makes it a popular choice among PHP developers. With a clean server installation, we can get the LAMP stack up and running just by executing the following commands:
sudo apt-get update && sudo apt-get upgradesudo apt-get install lamp-server^
Once these are done, visiting our external server IP address, we should see an Apache page, as shown in the following screenshot:

The HTML we are seeing in the browser ...
Read now
Unlock full access