Configuration Miki's Kiwi Wiki on Noekeon.org and Main Page: Difference between pages

From miki
(Difference between pages)
Jump to navigation Jump to search
(New page: == Installation == * Version '''mediawiki 1.13.0'''. * First go to [http://controlpanel.priorweb.be/ Priorweb control panel], ''MySQL'' section, and creates new user: ::username: '''miki''...)
 
 
Line 1: Line 1:
<big>'''Welcome to Miki's Kiwi Wiki'''</big>
== Installation ==
* Version '''mediawiki 1.13.0'''.
* First go to [http://controlpanel.priorweb.be/ Priorweb control panel], ''MySQL'' section, and creates new user:
::username: '''miki'''
::pwd: '''********'''
::database: '''mikiwiki'''
* then ssh to <tt>daemenj@ftp.noekeon.org</tt>:
<pre>
% 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
</pre>
* Browse to '''https://kiwi.noekeon.org/miki/config/'''. Enter settings as given further.
* Move configuration file:
<pre>
% mv config/LocalSettings.php .
% chmod 600 LocalSettings.php
% rm -r config
</pre>
* It's done!


== Configuration ==
== Configuration ==
* [[Gryphon Configuration]]
* Wiki configuration settings during install:
* [[Miki Wiki on Noekeon.org]]
::Wiki name : '''miki'''

::contact e-mail : '''miki@noekeon.org'''
== Vacances ==
::Language : '''en - English'''
* [[Vacances 2008 - Saint-Sorlin d'Arves]]
::Copyringt : '''no license'''

::Admin username : '''mikiadmin'''
== Security ==
::Admin pwd : '''********'''
* [[Secure Text Editor]]
::Object caching : '''no caching'''

::Email features : '''enabled'''
== Software ==
::user-to-user email : '''enabled'''
=== Linux ===
::email notification : '''enabled (discussion & watchlist)'''
* [[Gnome]]
::email address auth : '''enabled'''
* [[Linux Commands]]
::database type : '''MySQL'''
* [[Linux Multimedia]]
::database host : '''mysqlhost''' (as said on Priorweb's controlpanel)
* [[KDE]]
::database name : '''mikiwiki'''
* [[vi]]
::DB username : '''miki'''

::DB password : '''********'''
=== Web ===
::su account : <unchecked>
* [[Domain]]
::DB table prefix : <none>

::Storage engine : '''InnoDB'''
== Wiki Installation ==
::database character set : '''MySQL 4.1/5.0 binary'''

* File <tt>LocalSettings.inc.php</tt>:
<big>'''MediaWiki has been successfully installed.'''</big>
** Enable '''file upload'''.

** Set logo (from http://sneak.co.nz/kiwi/ - resized to 135x135 max)
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
$wgEnableUploads = true;

...
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
$wgLogo = "$wgScriptPath/kiwi.png";
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* File <tt>includes/DefaultSettings.php</tt>:
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
** Change supported upload file types.
** Restrict anonymous editing (edit requires user to login)
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'pdf' );
...
$wgGroupPermissions['*' ]['edit'] = false;
* Add directory <tt>https://kiwi.noekeon.org/miki/upload</tt>, to store big upload files.
** Create a fake <tt>index.html</tt> simulating listing of an empty upload directory.
* Users:
:: user: '''mip'''
:: pwd: '''********'''
:: email: '''miki.mip@noekeon.org'''
:: real name: '''Mike'''

Revision as of 16:43, 21 August 2008

Welcome to Miki's Kiwi Wiki

Configuration

Vacances

Security

Software

Linux

Web

Wiki Installation

MediaWiki has been successfully installed.

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