New VM Migration: Difference between revisions
Jump to navigation
Jump to search
(requests) |
(mail) |
||
Line 17: | Line 17: | ||
== Requests == | == Requests == | ||
(These are specifically about the MediaWiki install.) | |||
* Add | * Add | ||
Line 24: | Line 26: | ||
* Enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] (required by [[Template:Userbox]]) | * Enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] (required by [[Template:Userbox]]) | ||
* Make mail work | |||
* Enable [https://www.mediawiki.org/wiki/SVG SVG support] | * Enable [https://www.mediawiki.org/wiki/SVG SVG support] | ||
Line 30: | Line 34: | ||
Happy to do the above myself, but I have no server access. | Happy to do the above myself, but I have no server access. | ||
--[[User:HEx|HEx]] ([[User talk:HEx|talk]]) | --[[User:HEx|HEx]] ([[User talk:HEx|talk]]) 09:44, 19 October 2014 (CEST) |
Revision as of 07:44, 19 October 2014
Fligg has kindly donated a virtual machine on which to host the hackspace websites.
It can be found at 5.135.159.110
Migration from the old server is currently underway.
Things already migrated:
- wiki
- dns (running and transfering zones, but not yet referenced by NS records)
Things still to migrate:
- blog
- listserver
Requests
(These are specifically about the MediaWiki install.)
- Add
RewriteRule ^/index.php/(.*)$ /wiki/$1 [L,R]
and
RewriteRule ^/index.php(\?.*)$ /w/index.php$1 [L,R]
to Apache (untested), otherwise extant wikilinks return 404.
- Enable ParserFunctions (required by Template:Userbox)
- Make mail work
- Enable SVG support
- Set $wgLogo to a vector image or a higher-resolution bitmap (for retina displays or those who like page zoom >100%)
Happy to do the above myself, but I have no server access. --HEx (talk) 09:44, 19 October 2014 (CEST)