Difference between revisions of "MediaWikiLite"

From Organic Design wiki
(New page: The purpose of this extension is to cr...)
 
Line 1: Line 1:
The purpose of this extension is to create a new database subclass which allows a MediaWiki to work from an [http://www.sqlite.org SQLite] database instead of MySQL. MySQL is good for large centralised sites serving many clients, but we'd like MediaWiki to be able to run on small local systems such as iPods or iPhones. MySQL is the main obstacle preventing us from creating a light-weight MediaWiki install which would also be a big step towards our [[Peerpedia]] idea.
+
The purpose of this extension is to create a new database subclass which allows a MediaWiki to work from an [http://www.sqlite.org SQLite] database instead of MySQL. MySQL is good for large centralised sites serving many clients, but we'd like MediaWiki to be able to run on small local systems such as [[IPhone and iTouch|iPods or iPhones]]. MySQL is the main obstacle preventing us from creating a light-weight MediaWiki install which would also be a big step towards our [[Peerpedia]] idea.
  
 
== Installation ==
 
== Installation ==
 
To install SQLite on a Debian based system, use <tt>apt-get install php5-sqlite</tt>.
 
To install SQLite on a Debian based system, use <tt>apt-get install php5-sqlite</tt>.

Revision as of 10:10, 17 December 2007

The purpose of this extension is to create a new database subclass which allows a MediaWiki to work from an SQLite database instead of MySQL. MySQL is good for large centralised sites serving many clients, but we'd like MediaWiki to be able to run on small local systems such as iPods or iPhones. MySQL is the main obstacle preventing us from creating a light-weight MediaWiki install which would also be a big step towards our Peerpedia idea.

Installation

To install SQLite on a Debian based system, use apt-get install php5-sqlite.