Difference between revisions of "Martin home"
(notes on squirrel mail) |
(→MediaWiki) |
||
Zeile 28: | Zeile 28: | ||
===MediaWiki=== |
===MediaWiki=== |
||
+ | *download from [[http://www.mediawiki.org/wiki/Download]] |
||
+ | *unzip and upload |
||
+ | *give global write permission to ''config'' directory |
||
+ | *invoke wiki root URL |
||
+ | *finish LocalSettings configuration manually |
||
+ | <pre> |
||
+ | # require that users log in to edit (this replaces the $wgWhitelistEdit from 1.4): |
||
+ | $wgGroupPermissions['*']['edit'] = false; |
||
+ | |||
+ | # enable account creation by anonymous visitors (this replaces $wgWhitelistAccount from 1.4): |
||
+ | $wgGroupPermissions['*']['createaccount'] = false; |
||
+ | |||
+ | #$wgWhitelistRead = array( "Main Page", "Special:Userlogin" ); |
||
+ | #$wgGroupPermissions['*']['read'] = false; |
||
+ | </pre> |
||
+ | *move LocalSettings into wiki root directory |
||
==Links== |
==Links== |
Version vom 17:07, 5 April 2006
Inhaltsverzeichnis
General Knowledge
- Mvs
- JBoss
- Linux Screencam (xvidcap)
http://xvidcap.sourceforge.net/ http://www.jarre-de-the.net/computing/debian/
Schulverwaltung
Lehrer in Bayern können beim Schreiben Ihrer Zeugnisse zwischen 2 Übeln wählen:
Alsa
Using 2 soundcards with Linux.
Debian
Keeping track of debian packages and getting rid of unwanted packages.
Web-Tools
SquirrelMail
- Download from [[1]]
- extract und upload to web space
- global write permission for data directory
- setup config/config.php
- upload config/config.php
- login
- update options -> personal settings
MediaWiki
- download from [[2]]
- unzip and upload
- give global write permission to config directory
- invoke wiki root URL
- finish LocalSettings configuration manually
# require that users log in to edit (this replaces the $wgWhitelistEdit from 1.4): $wgGroupPermissions['*']['edit'] = false; # enable account creation by anonymous visitors (this replaces $wgWhitelistAccount from 1.4): $wgGroupPermissions['*']['createaccount'] = false; #$wgWhitelistRead = array( "Main Page", "Special:Userlogin" ); #$wgGroupPermissions['*']['read'] = false;
- move LocalSettings into wiki root directory
Links
- ...