Difference between revisions of "Wiki Setup"

From Tomelec
Jump to: navigation, search
(Created page with "== Comment Extension == [http://www.mediawiki.org/wiki/Extension:Comments http://www.mediawiki.org/wiki/Extension:Comments] * Check out from the Subversion repository <nowiki>sv...")
 
 
Line 5: Line 5:
 
* Import required tables to the database using the supplied sql dump
 
* Import required tables to the database using the supplied sql dump
 
  <nowiki>mysql -u username -p -h localhost mediawiki < comments.sql</nowiki>
 
  <nowiki>mysql -u username -p -h localhost mediawiki < comments.sql</nowiki>
 +
 +
A list of extensions can be found here [[Special:Version]]

Latest revision as of 00:06, 21 October 2011

Comment Extension

http://www.mediawiki.org/wiki/Extension:Comments

  • Check out from the Subversion repository
svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Comments/
  • Import required tables to the database using the supplied sql dump
mysql -u username -p -h localhost mediawiki < comments.sql

A list of extensions can be found here Special:Version