ubuntu 15 搭建php開發環境

來源:互聯網
上載者:User
安裝中文IME(參考百度經驗)

http://jingyan.baidu.com/article/ad310e80ae6d971849f49ed3.html

安裝右鍵terminal

1.開啟一個Terminal(ctrl+alt+t),輸入如下指令sudo apt-get install nautilus-open-terminal2.使用以下指令來重啟Nautilusnautilus -q或者安裝一個非常好用的 terminal   :  Guake  Terminal 

搭建lamp開發環境

sudo apt-get install apache2 #安裝apache sudo apt-get install php5 #安裝php和apache的php模組sudo apt-get install mysql-server mysql-client #安裝mysql服務端和用戶端sudo apt-get install php5-memcache #安裝PHP的memcached拓展

安裝memcache

sudo apt-get install memcached #安裝php memcached 擴充memcached -d -m 50 -p 11211 -u root #啟動一個memcached服務-d 是啟動一個守護進程 -m 指定使用多少兆的緩衝空間;-p 指定要監聽的連接埠; -u 指定以哪個使用者來運行-l 是監聽的伺服器ip地址,預設為127.0.0.1  -c是最大並發串連數,預設1024 -P是儲存pid檔案 如/tmp/memcached.pid->使用telnet測試 memcached 服務$ telnet localhost 11211 Trying 127.0.0.1...Connected to localhost.

安裝 curl 拓展

sudo apt-get install curl libcurl3 libcurl3-dev php5-curl

安裝SVN

sudo apt-get install subversion subversion-tools #輸入svn --version 檢測時否安裝成功

著作權聲明:知識取之於民,用之於民!歡迎轉載,轉載請開頭附上本文連結,不定期更新文章!

以上就介紹了ubuntu 15 搭建php開發環境,包括了方面的內容,希望對PHP教程有興趣的朋友有所協助。

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.