Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. MediaWiki 1.15.2 Installation
  2.  
  3. * Don't forget security updates! Keep an eye on the low-traffic release announcements mailing list.
  4.  
  5. Checking environment...
  6.  
  7. Please include all of the lines below when reporting installation problems.
  8.  
  9. * PHP 5.1.6 installed
  10. * Found database drivers for: MySQL SQLite
  11. * PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title)
  12. * Have XML / Latin1-UTF-8 conversion support.
  13. * Session save path (/var/lib/php/session) appears to be valid.
  14. * PHP's memory_limit is 16M. Attempting to raise limit to 20M... ok.
  15. * Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching.
  16. * Found GNU diff3: /usr/bin/diff3.
  17. * Found ImageMagick: /usr/bin/convert; image thumbnailing will be enabled if you enable uploads.
  18. * Installation directory: /var/www/html/mediawiki-1.15.2
  19. * Script URI path: /mediawiki-1.15.2
  20. * Installing MediaWiki with php file extensions
  21. * Environment checked. You can install MediaWiki.
  22. *
  23.  
  24. Generating configuration file...
  25. * Database type: MySQL
  26. * Loading class: DatabaseMysql
  27. * Attempting to connect to database server as wikiuser...failed due to authentication errors. Check passwords.
  28.  
  29. Something's not quite right yet; make sure everything below is filled out correctly.
  30. Site config
  31. Wiki name:
  32.  
  33. Preferably a short word without punctuation, i.e. "Wikipedia".
  34. Will appear as the namespace name for "meta" pages, and throughout the interface.
  35. Contact e-mail:
  36.  
  37. Displayed to users in some error messages, used as the return address for password reminders, and used as the default sender address of e-mail notifications.
  38. Language:
  39.  
  40. Select the language for your wiki's interface. Some localizations aren't fully complete. Unicode (UTF-8) is used for all localizations.
  41. Copyright/license:
  42.  
  43. * No license metadata
  44. * Public Domain
  45. * GNU Free Documentation License 1.2 (Wikipedia-compatible)
  46. * GNU Free Documentation License 1.3
  47. * A Creative Commons license - choose
  48.  
  49. A notice, icon, and machine-readable copyright metadata will be displayed for the license you pick.
  50. Admin username:
  51. Password:
  52. Password confirm:
  53.  
  54. An admin can lock/delete pages, block users from editing, and do other maintenance tasks.
  55. A new account will be added only when creating a new wiki database.
  56.  
  57. The password cannot be the same as the username.
  58. Object caching:
  59.  
  60. * No caching
  61. * Memcached
  62.  
  63. Memcached servers:
  64.  
  65. An object caching system such as memcached will provide a significant performance boost, but needs to be installed. Provide the server addresses and ports in a comma-separated list.
  66.  
  67. MediaWiki can also detect and support eAccelerator, Turck MMCache, APC, and XCache, but these should not be used if the wiki will be running on multiple application servers.
  68.  
  69. DBA (Berkeley-style DB) is generally slower than using no cache at all, and is only recommended for testing.
  70. E-mail, e-mail notification and authentication setup
  71. E-mail features (global):
  72.  
  73. * Enabled
  74. * Disabled
  75.  
  76. Use this to disable all e-mail functions (password reminders, user-to-user e-mail, and e-mail notifications) if sending mail doesn't work on your server.
  77. User-to-user e-mail:
  78.  
  79. * Enabled
  80. * Disabled
  81.  
  82. The user-to-user e-mail feature (Special:Emailuser) lets the wiki act as a relay to allow users to exchange e-mail without publicly advertising their e-mail address.
  83. E-mail notification about changes:
  84.  
  85. * Disabled
  86. * Enabled for changes to user discussion pages only
  87. * Enabled for changes to user discussion pages, and to pages on watchlists (not recommended for large wikis)
  88.  
  89. For this feature to work, an e-mail address must be present for the user account, and the notification options in the user's preferences must be enabled. Also note the authentication option below. When testing the feature, keep in mind that your own changes will never trigger notifications to be sent to yourself.
  90.  
  91. There are additional options for fine tuning in /includes/DefaultSettings.php; copy these to your LocalSettings.php and edit them there to change them.
  92. E-mail address authentication:
  93.  
  94. * Disabled
  95. * Enabled
  96.  
  97. If this option is enabled, users have to confirm their e-mail address using a magic link sent to them whenever they set or change it, and only authenticated e-mail addresses can receive mails from other users and/or change notification mails. Setting this option is recommended for public wikis because of potential abuse of the e-mail features above.
  98. Database config
  99. Database type:
  100.  
  101. * MySQL
  102. * SQLite
  103.  
  104. Database host:
  105.  
  106. If your database server isn't on your web server, enter the name or IP address here.
  107. Database name:
  108. DB username:Check username
  109. DB password:and password
  110. DB password confirm:
  111.  
  112. If you only have a single user account and database available, enter those here. If you have database root access (see below) you can specify new accounts/databases to be created. This account will not be created if it pre-exists. If this is the case, ensure that it has SELECT, INSERT, UPDATE, and DELETE permissions on the MediaWiki database.
  113. Superuser account: Use superuser account
  114. Superuser name:
  115. Superuser password:
  116.  
  117. If the database user specified above does not exist, or does not have access to create the database (if needed) or tables within it, please check the box and provide details of a superuser account, such as root, which does.
  118. MySQL specific options
  119. Database table prefix:
  120.  
  121. If you need to share one database between multiple wikis, or between MediaWiki and another web application, you may choose to add a prefix to all the table names to avoid conflicts.
  122.  
  123. Avoid exotic characters; something like mw_ is good.
  124. Storage Engine
  125. Select one:
  126.  
  127. * InnoDB
  128. * MyISAM
  129.  
  130. InnoDB is best for public web installations, since it has good concurrency support. MyISAM may be faster in single-user installations. MyISAM databases tend to get corrupted more often than InnoDB databases.
  131. Database character set
  132. Select one:
  133.  
  134. * MySQL 4.1/5.0 binary
  135. * MySQL 4.1/5.0 UTF-8
  136. * MySQL 4.0 backwards-compatible UTF-8
  137.  
  138. This option is ignored on upgrade, the same character set will be kept.
  139.  
  140. WARNING: If you use backwards-compatible UTF-8 on MySQL 4.1+, and subsequently back up the database with mysqldump, it may destroy all non-ASCII characters, irreversibly corrupting your backups!.
  141.  
  142. In binary mode, MediaWiki stores UTF-8 text to the database in binary fields. This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters. In UTF-8 mode, MySQL will know what character set your data is in, and can present and convert it appropriately, but it won't let you store characters above the Basic Multilingual Plane.
  143. PostgreSQL specific options
  144. Database port:
  145. Schema for mediawiki:
  146. Schema for tsearch2:
  147.  
  148. The username specified above (at "DB username") will have its search path set to the above schemas, so it is recommended that you create a new user. The above schemas are generally correct: only change them if you are sure you need to.
  149. SQLite specific options
  150. NOTE: SQLite only uses the Database name setting above, the user, password and root settings are ignored.
  151. SQLite data directory:
  152.  
  153. SQLite stores table data into files in the filesystem. If you do not provide an explicit path, a "data" directory in the parent of your document root will be used.
  154.  
  155. This directory must exist and be writable by the web server.
  156. MSSQL specific options
  157. Database table prefix:
  158.  
  159. If you need to share one database between multiple wikis, or between MediaWiki and another web application, you may choose to add a prefix to all the table names to avoid conflicts.
  160.  
  161. Avoid exotic characters; something like mw_ is good.
  162. DB2 specific options
  163. Database port:
  164. Schema for mediawiki:
  165. Select one:
  166.  
  167. * Cataloged (DB2 installed locally)
  168. * Uncataloged (remote DB2 through ODBC)
  169.  
  170. If you need to share one database between multiple wikis, or between MediaWiki and another web application, you may specify a different schema to avoid conflicts.
  171.  
  172.  
  173. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
  174.  
  175. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  176.  
  177. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. or read it online
  178.  
  179. * Readme
  180. * Release notes
  181. * Documentation
  182. * User's Guide
  183. * Administrator's Guide
  184. * FAQ
  185.  
  186. MediaWiki is Copyright © 2001-2009 by Magnus Manske, Brion Vibber, Lee Daniel Crocker, Tim Starling, Erik Möller, Gabriel Wicke, Ævar Arnfjörð Bjarmason, Niklas Laxström, Domas Mituzas, Rob Church, Yuri Astrakhan, Aryeh Gregor, Aaron Schulz and others.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement