close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 6, 2009, 4:08:54 PM (17 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v6
|
v7
|
|
| 52 | 52 | 1. 刪除 install.php |
| 53 | 53 | |
| 54 | | == 【5.改寫】 == |
| 55 | | 1. 認證信系統 |
| 56 | | |
| | 54 | == 【5.joomla 安裝設定】 == |
| | 55 | 1. 下載:Joomla_1.5.9 完整版。 |
| | 56 | {{{ |
| | 57 | wget http://joomlacode.org/gf/download/frsrelease/9294/34964/Joomla_1.5.9-Stable-Full_Package.tar.bz2 |
| | 58 | }}} |
| | 59 | 1. 解壓縮: |
| | 60 | {{{ |
| | 61 | tar jxvf Joomla_1.5.9-Stable-Full_Package.tar.bz2 |
| | 62 | }}} |
| | 63 | 1. 建立 configuration.php 檔案。 |
| | 64 | {{{ |
| | 65 | cp configuration.php-dist configuration.php |
| | 66 | }}} |
| | 67 | 1. 更改 configuration.php 檔案權限: |
| | 68 | {{{ |
| | 69 | chmod 777 configuration.php |
| | 70 | }}} |
| | 71 | 1. 更改 php.ini 參數: |
| | 72 | {{[ |
| | 73 | display_errors = Off |
| | 74 | }}} |