Changeset 6625

Show
Ignore:
Timestamp:
09/07/08 17:54:50 (18 months ago)
Author:
daybreaker
Message:

refs #1085: IIS7 설치 방법 매뉴얼 추가

Location:
trunk/doc
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/requirements.txt

    r6521 r6625  
    22------------------------- 
    33 
    4 Minimum requirements : 
    5  * Apache 1.3 or above 
    6    * With mod_rewrite module 
    7  * PHP 4.3 or above 
    8  * MySQL 3.23 or above 
    9    * With UTF-8 emulation routine in Textcube 
     41. For Linux Systems : 
    105 
    11 Suggested environment : 
    12  * Apache 2.2 or above 
    13    * With mode_rewrite module 
    14  * PHP 5.1 or above 
    15    * with iconv / gd module 
    16  * MySQL 5.0 or above 
     6 Minimum requirements : 
     7  * Apache 1.3 or above 
     8    * with mod_rewrite module 
     9  * PHP 4.3 or above 
     10  * MySQL 3.23 or above 
     11    * with UTF-8 emulation routine in Textcube 
     12  
     13 Suggested environment : 
     14  * Apache 2.2 or above 
     15    * with mode_rewrite module 
     16  * PHP 5.1 or above 
     17    * with iconv / gd module 
     18  * MySQL 5.0 or above 
     19    * with UTF-8 character set and collation settings 
     20  
     21 For massive service or heavy load : 
     22  * APC (Alternative PHP Cache) pecl package with PHP PEAR 
     23  * FastCGI module with Apache2 
     24    (Need to modify config.php. referer 'config' in DOC directory.) 
     25  * InnoDB with Entries / Tags / TagRelations table. 
    1726 
    18 For massive service or heavy load : 
    19  * APC (Alternative PHP Cache) pecl package with PHP PEAR 
    20  * fastCGI module with Apache2 (need to modify config.php. referer 'config' in DOC directory.) 
    21  * innoDB with Entries / Tags / TagRelations table. 
     27 WARNING: From Textcube 1.8 and 2.0, PHP 5.2 will be the MINIMUM requirement. 
    2228 
     292. For Microsoft Windows : 
     30 
     31 Currently supports IIS7 only : 
     32  * Windows Vista / Windows Server 2008 
     33  * IIS 7.0 or above 
     34    * with URL Rewrite module 
     35  * PHP 5.2 or above 
     36    * with iconv / gd module 
     37  * MySQL 5.0 or above 
     38    * with UTF-8 character set and collation settings 
     39 
     40  Refer INSTALL to know how to set up on this environment.