Changeset 6625
- Timestamp:
- 09/07/08 17:54:50 (18 months ago)
- Location:
- trunk/doc
- Files:
-
- 1 added
- 1 modified
-
INSTALL (added)
-
requirements.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/requirements.txt
r6521 r6625 2 2 ------------------------- 3 3 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 4 1. For Linux Systems : 10 5 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. 17 26 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. 22 28 29 2. 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.
