logo
  • 教程列表
  • SO官方文檔
  • 燈罩
    • 在 Arch Linux 上安裝 LAMP
    • 在 Ubuntu 上安裝 LAMP
    • 在 CentoOS 上安裝 LAMP 堆疊
  1. StackOverflow 文件
  2. GNU/Linux 教程
  3. 燈罩
  4. 在 Ubuntu 上安裝 LAMP

在 Ubuntu 上安裝 LAMP

Created: November-22, 2018

安裝 apache:

sudo apt-get install apache2

安裝 MySql:

sudo apt-get install mysql-server

安裝 PHP:

sudo apt-get install php5 libapache2-mod-php5

重啟系統:

sudo systemctl restart apache2

檢查 PHP 安裝:

 php -r 'echo "\n\nYour PHP installation is working fine.\n\n\n";'
  • 在 CentoOS 上安裝 LAMP 堆疊
  • 在 Arch Linux 上安裝 LAMP

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明