在Windows 7中安裝Drupal 7的開發環境
- 下載xampp並參照其安裝說明進行安裝,下載地址:http://www.apachefriends.org/zh_cn/xampp-windows.html, (目前版本1.7.7)。
- 下載最新版的Drupal,下載地址:http://drupal.org/download ,(目前版本7.12)。
- 下載Eclipse經典版本,下載地址:http://www.eclipse.org/downloads/,(目前版本Indigo 3.7.2)。安裝PDT SDK。打開Preference->General->Workspace->Text file encoding改成UTF-8。
- 解壓drupal到D:\xampp\htdocs\drupal。
- 增長apache主機頭,修改D:\xampp\apache\conf\extra\httpd-vhosts.conf文件,增長如下幾行代碼:
- <VirtualHost *:80>
- DocumentRoot "D:/xampp/htdocs/drupal"
- ServerName drupal
- </VirtualHost>
- 訪問http://drupal安裝drupal,安裝以前先建一個數據庫。
- 啓用xdebug調試器,修改php.ini,改完以後須要重啓apache:
- zend_extension = "\xampp\php\ext\php_xdebug.dll"
- xdebug.remote_enable = 1
- 設置eclipse的php調試器爲xdebug。
- 打開eclipse的preference,找到content type裏的php content type,增長*.info,*.module,*.install。
歡迎關注本站公眾號,獲取更多信息