官术网_书友最值得收藏!

Deploying LAMP stack using GCE

Let's explore how we would set up a LAMP stack on a VM instance. LAMP is a stack of Linux, Apache, MySQL, and PHP:

  1. Connect to your Linux VM instance using SSH and update it. We will follow Debian 9 commands throughout this example:
sudo apt-get update 
  1. Install Apache 2's PHP module:
sudo apt-get install libapache2-mod-php php  
  1. To test the installation, enter your external IP address and you should see the Apache test page. You can copy the external IP from the list on the console page of VM instances. It should show the Apache starting page:
http://[EXTERNAL_IP]
  1. To verify that PHP and Apache are working together, edit the phpinfo.php file and access it with your VM instance external IP:
sudo sh -c 'echo "[YOUR_PHP_CODE]" > /var/www/html/phpinfo.php'
http://[YOUR_EXTERNAL_IP_ADDRESS]/phpinfo.php  
  1. If it fails, you will receive a 404 error.
  2. Finally, to install MySQL and relevant components, use the following command:
sudo apt-get install mysql-server php5-mysql php-pear  
  1. You now have a complete Linux, Apache, MySQL, PHP (LAMP) stack.
主站蜘蛛池模板: 霍林郭勒市| 蓝田县| 汾西县| 永登县| 进贤县| 公安县| 汶上县| 乌兰浩特市| 江西省| 丽江市| 招远市| 江陵县| 湖南省| 石狮市| 文水县| 磐安县| 定日县| 安溪县| 和政县| 山东| 邵阳市| 汝南县| 阿荣旗| 布拖县| 宜春市| 宣汉县| 巴楚县| 聂拉木县| 彰化县| 巴中市| 元谋县| 临潭县| 淅川县| 浦县| 朝阳县| 永州市| 大城县| 平安县| 昆山市| 太仆寺旗| 荃湾区|