Mediawiki: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


== Cheatsheet  ==
== Cheatsheet  ==
[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet]
[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wikipedia.org]


== Install mediawiki on ubuntu ==
== Install mediawiki on ubuntu ==
Line 25: Line 25:
== Create tables ==
== Create tables ==
* http://www.tablesgenerator.com/mediawiki_tables
* http://www.tablesgenerator.com/mediawiki_tables
* The following is an example of a table from the main page of [http://ubuntuguide.org/wiki/Ubuntu_Trusty UbuntuGuide.org].
* The following is an example of a table from the main page of [http://ubuntuguide.org/wiki/Ubuntu_Trusty UbuntuGuide.org] (link were not modified).


{|
{|

Revision as of 10:41, 26 August 2014

Help resources

Cheatsheet

Wikipedia.org

Install mediawiki on ubuntu

http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Debian_GNU/Linux

Enable tex for formula

http://www.mediawiki.org/wiki/Manual:Enable_TeX http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Debian_GNU/Linux

apt-get install mediawiki-math

and change

$wgUseTeX           = true;

by sudo nano /etc/mediawiki/LocalSettings.php

Install mediawiki on debian

Link here [1]

Create tables

Introduction Introduction Installation Installation Packages and Repositories Packages and
Repositories
File Managers File Managers
Desktop Add-ons Desktop Add-ons Virtual Machines Virtual Machines Games and Entertainment Games and
Entertainment
Internet Internet

Auto timeout

See http://www.mediawiki.org/wiki/Manual_talk:Configuration_settings#Auto-Logout On ubuntu, change /etc/php5/apache2/php.ini.

"session.cahce_expire=180".

"session.gc_maxlifetime = 1440"