安裝Drupal
1. 下載
cd /var/www/htmlwget http://ftp.drupal.org/files/projects/drupal-7.23.tar.gz
tar -zxvf drupal-7.23.tar.gz
mv drupal-7.23 drupal
chown -R apache.apache drupal
cd drupal/sites/default
cp default.settings.php settings.php
chown apache.apache settings.php
2. 進入網頁安裝
用phpmyadmin 建立 drupal資料庫依照步驟依序輸入
3. 中文化
要先安裝模組 Content 及 translation Locale到 https://localize.drupal.org/translate/languages/zh-hant 下載語系檔
上傳語系檔 configuration / Local & Language / Translate interface / import
更改預設語系 Local & Language / Language
4. 安裝可見即可得編輯器
安裝模組 wysiwyghttps://drupal.org/project/wysiwyg
加裝ckeditor (下載到目錄)
cd /var/www/html/drupal/sites/all
mkdir libraries
cd ~
wget http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.6.1/ckeditor_3.6.6.1.zip
unzip ckeditor_3.6.6.1.zip -d /var/www/html/drupal/sites/all/libraries
cd /var/www/html/drupal/sites/all
chown -R apache.apache libraries
安裝模組 IMCE 、IMCE wysiwyg bridge
https://drupal.org/project/imce
https://drupal.org/project/imce_wysiwyg
設定 IMCE 、IMCE wysiwyg bridge
沒有留言:
張貼留言