Help:Installation: Difference between revisions
Content deleted Content added
Installed advertisement for Windows installer. At least advertise on the right page! |
→Prerequisites: Added detail, copyedited section on PHP's memory_limit. Too long for this page maybe? |
||
Line 26:
#* When installing on windows using the Microsoft installer, add the extension for your database of choice (MySQLi or PostgresSQL) to the features to be installed.
#* If your Apache server has the [http://www.hardened-php.net/ Hardened PHP patch], you may need to edit several variables in your /etc/php.ini file if you wish to have Wiki pages with large amounts of content. In particular, consider the settings for varfilter.max_value_length, hphp.post.max_value_length, and hphp.request.max_value_length. The default settings may limit your pages to less than 10k or 64k in size.
#* Many people report blank pages in recent versions after submitting articles to their new wiki.
# A '''MySQL database server''', which will be used to store all the text and data. This is available from the [http://dev.mysql.com/downloads/ official download page].
#* As of version 1.8, [http://www.postgres.org Postgres] is also supported. It should be noted that support for Postgres is very new and not as well tested as the MySQL equivalent.
|