Configuration Miki's Kiwi Wiki on Noekeon.org: Difference between revisions

From miki
Jump to navigation Jump to search
(→‎Wiki Installation: added greeting text on installation)
Line 84: Line 84:
** Version ''r24298 (July 21, 2007)'' / GeSHi version ''1.0.8''.
** Version ''r24298 (July 21, 2007)'' / GeSHi version ''1.0.8''.
** [[Mediawiki#SyntaxHighlight_GeSHi|Patched]] to restore old GeSHi 1.0.7 formatting and to support <tt>enclose="valid"</tt>.
** [[Mediawiki#SyntaxHighlight_GeSHi|Patched]] to restore old GeSHi 1.0.7 formatting and to support <tt>enclose="valid"</tt>.

== Wiki Installation ==

Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.

* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]

Revision as of 15:14, 23 January 2009

Installation

username: miki
pwd: ********
database: mikiwiki
email: miki@noekeon.org
  • then ssh to daemenj@ftp.noekeon.org:
% cd kiwi.noekeon.org/
% wget http://download.wikimedia.org/mediawiki/1.13/mediawiki-1.13.0.tar.gz
% tar -xvzf mediawiki-1.13.0.tar.gz
% mv mediawiki-1.13.0 miki
% cd miki
% chmod +w config
% mv config/LocalSettings.php .
% chmod 600 LocalSettings.php
% rm -r config
  • It's done!

Configuration

General

  • Wiki configuration settings during install:
Wiki name  : miki
contact e-mail  : miki@noekeon.org
Language  : en - English
Copyringt  : no license
Admin username  : mikiadmin
Admin pwd  : ********
Object caching  : no caching
Email features  : enabled
user-to-user email  : enabled
email notification  : enabled (discussion & watchlist)
email address auth  : enabled
database type  : MySQL
database host  : mysqlhost (as said on Priorweb's controlpanel)
database name  : mikiwiki
DB username  : miki
DB password  : ********
su account  : <unchecked>
DB table prefix  : <none>
Storage engine  : InnoDB
database character set  : MySQL 4.1/5.0 binary
$wgEnableUploads = true;
...
$wgLogo = "$wgScriptPath/kiwi.png";
  • File includes/DefaultSettings.php:
    • Change supported upload file types (added 'pdf' and 'zip').
    • Restrict anonymous editing (edit requires user to login)
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'pdf', 'zip' );
...
$wgGroupPermissions['*'    ]['edit']             = false;
user: mip
pwd: ********
email: miki.mip@noekeon.org
real name: Mike

Layout and Formatting

Extensions

Here the list of extensions installed on the Wiki:

  • Extension SyntaxHighlight_GeSHi.
    • Version r24298 (July 21, 2007) / GeSHi version 1.0.8.
    • Patched to restore old GeSHi 1.0.7 formatting and to support enclose="valid".

Wiki Installation

Consult the User's Guide for information on using the wiki software.