5 | | OSGeo uses a Mediawiki instance as our main wiki (http://wiki.osgeo.org). The configuration of the mediawiki instance is documented here (in Trac) instead of in the regular wiki so that we have a decent chance of seeing this info if the wiki is down. |
6 | | |
7 | | * Primary Maintainer: Martin Spott (Martin.Spott at mgras.net) (osgeo userid: "martin"). |
8 | | * Host: "osgeo2" - the secondary system at Peer1 (ssh to wiki.osgeo.org or test.osgeo.net) |
9 | | * Configuration Location: /var/www/wiki_osgeo |
10 | | |
11 | | It appears we also host the fossgis wiki (/var/www/wiki_fossgis). |
12 | | |
13 | | == System Operators == |
14 | | |
15 | | The list of system operators is available at: |
16 | | |
17 | | http://wiki.osgeo.org/index.php?title=Special%3AListusers&username=&group=sysop&limit=50 |
18 | | |
19 | | Anyone in the Bureaucrat can add new users to the sysop class at: |
20 | | |
21 | | http://wiki.osgeo.org/wiki/Special:Userrights |
22 | | |
23 | | == User Map Project == |
24 | | |
25 | | To maintain a Usermap of the OSGeo wiki, a !UserLocalization Extension has been integrated into the wiki by Christian Willmes (c.willmes at uni-koeln.de) (user: christian): [http://wiki.osgeo.org/wiki/UserMap_Documentation here] |
26 | | |
27 | | Installation of the Mediawiki Extension: |
28 | | * installation of a Postgres/PostGIS on the server |
29 | | * integration of the Extension into the Wiki |
30 | | |
31 | | More information about the !UserLocalization Extension can be found at: http://www.mediawiki.org/wiki/Extension:UserLocalization |
32 | | |
33 | | == Wiki Down Recovery == |
34 | | |
35 | | If the wiki stops operating it may be helpful to restart apache, and/or mysql. |
36 | | |
37 | | eg. |
38 | | {{{ |
39 | | $ sudo /etc/init.d/httpd restart |
40 | | $ sudo /etc/init.d/mysql restart |
41 | | }}} |