Differences between revisions 13 and 14
Revision 13 as of 2007-04-17 20:59:42
Size: 2446
Editor: ?JerryPerkins
Comment:
Revision 14 as of 2008-01-10 13:34:25
Size: 2779
Editor: OndrejCertik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 49: Line 49:
== installation sid ==

{{{
$ apt-get install mediawiki mediawiki-math
}}}

Install mysql, go to http://www.myserver.org/mediawiki/config/index.php, fill in the form, copy
LocalSettings to /etc/mediawiki/LocalSettings.php and that's it.

=== source code highlighting ===

{{{
$ apt-get install mediawiki-extensions
}}}

["?WikiNature"]


An open source wiki engine which is is available under the GNU General Public License and developed on ?SourceForge via CVS.

It's used in ?WikiMedia Foundation projects (?WikiPedia, Wiktionary, Wikisource, Wikibooks....)

See: http://www.mediawiki.org/

Installation - Etch

IN CONSTRUCTION - HELP IS VERY WELCOME

The mediawiki package is a dummy package made up of mediawiki1.7 and mediawiki1.7-math. To install, enter:

  • # apt-get install mediawiki

See the README at /usr/shared/doc/mediawiki1.7/README.Debian.gz

MediaWiki also suggests the following packages, which you may want to install these optional features:

  • For image thumbnailing, install php5-gd | imagemagick, a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts.
  • For LaTeX-compatible math equations rendering: Install 'tetex-bin', 'imagemagick' and a Ghostscript interpreter ('gs-gpl' or 'gs-esp'). To be able to render non-ASCII characters, also install 'cjk-latex'. Uncomment the following line in '/etc/mediawiki1.7/LocalSettings.php' : $wgUseTeX = true; latex-cjk-all, a macro package for LaTeX to enable typesetting in Chinese,

Japanese, Korean and Thai, and it supports Vietnamese

  • memcached, which is for heavy traffic sites.
  • clamav, an ?AntiVirus is an anti-virus toolkit.

  • tetex-extra, additional parts of teTeX
  • mediawiki-extension (Etch) package that might be worth looking at.

CONFIGURATION:

The configuration uses an easy web-based system. It will ask you a lot of questions to set up the configuration. Just go to this URL:

Then copy the generated configuration to the real system location:

  • # mv /var/lib/mediawiki1.7/config/LocalSettings.php \ /var/lib/mediawiki1.7

After being configured, you should begin your surf on your new wiki using this url:

installation sid

$ apt-get install mediawiki mediawiki-math

Install mysql, go to http://www.myserver.org/mediawiki/config/index.php, fill in the form, copy ?LocalSettings to /etc/mediawiki/LocalSettings.php and that's it.

source code highlighting

$ apt-get install mediawiki-extensions

Referances

MySQL:

phpMyAdmin: