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

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.
主站蜘蛛池模板: 德化县| 平谷区| 时尚| 武陟县| 垦利县| 安仁县| 淄博市| 随州市| 桂阳县| 东港市| 永宁县| 读书| 成安县| 阿鲁科尔沁旗| 玉林市| 彭山县| 全南县| 吉木萨尔县| 榆林市| 曲沃县| 丹棱县| 吉木萨尔县| 宝兴县| 专栏| 舟山市| 丹江口市| 瓦房店市| 德保县| 海伦市| 贵州省| 清原| 九台市| 隆德县| 耒阳市| 承德市| 佛坪县| 鲁甸县| 甘德县| 康定县| 安仁县| 仲巴县|