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

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.
主站蜘蛛池模板: 台东县| 咸宁市| 六盘水市| 鄂托克前旗| 化德县| 新津县| 安丘市| 白沙| 鄄城县| 阜平县| 新干县| 同仁县| 扎鲁特旗| 金塔县| 南通市| 乌什县| 柘城县| 辽宁省| 开江县| 佛学| 丹东市| 平湖市| 昭通市| 中阳县| 上高县| 安顺市| 乌鲁木齐县| 社旗县| 涟源市| 简阳市| 古蔺县| 平南县| 隆昌县| 云浮市| 肥城市| 尚志市| 沧州市| 大兴区| 陆良县| 沙洋县| 乐安县|