把心晾乾了,管它陰雨天

資訊教師的雜記~~~~~~~

« 上一篇 | 下一篇»

B2D + lifetype-1.2.8
文章作者: t385 @ 文章發表日期: 2008年 十月 8日 星期三 14:09:02

1.先將舊的資料夾刪除
rm -Rf /var/www/lifetype

2.備齊相關資料mysql 的帳號 密碼 所要安裝的資料庫名稱

3.請至
http://lifetype.net/下載lifetype-1.2.8.tar.gz
tar zxvf lifetype-1.2.8.tar.gz
mv lifetype-1.2.8 /var/www/lifetype

4.chmod 777 /var/www/lifetype/config/config.properties.php
以下這兩項理論上已經是777
chmod 777 /var/www/lifetype/tmp
chmod 777 /var/www/lifetype/gallery

5.打開瀏覽器網址:http://你的網址/lifetype/wizard.php
把相關設定打進去

6.chmod 644 /var/www/lifetype/config/config.properties.php
將此檔案權限改回來

7.rm -Rf /var/www/lifetype/wizard.php

要先做完6 、7兩項才能完成安裝

8.更改/var/www/lifetype/.htaccess如下
RewriteBase /lifetype/
ErrorDocument 401 /lifetype/error.php
ErrorDocument 403 /lifetype/error.php
ErrorDocument 404 /lifetype/error.php
DirectoryIndex summary.php

9.編輯 /et/apache2/apache2.conf
加上
<Directory "/var/www/lifetype">
AllowOverride All
Order allow,deny
Allow from all
</Directory>
重新開啟apache2

10.將templates擁有者改為www-data以便使用模組編輯器


Power by LifeType. Template design by JamesHuang. Valid XHTML and CSS