New VM Migration: Difference between revisions

From Leeds Hackspace Wiki
Jump to navigation Jump to search
(Start page to track migration to Fliggs VM)
 
(requests)
Line 15: Line 15:
* email
* email
* listserver
* listserver
== Requests ==
* Add
  <pre>RewriteRule ^/index.php/(.*)$ /wiki/$1 [L,R]</pre>
  and <pre>RewriteRule ^/index.php(\?.*)$ /w/index.php$1 [L,R]</pre>
to Apache (untested), otherwise extant wikilinks return 404.
* Enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions ParserFunctions] (required by [[Template:Userbox]])
* Enable [https://www.mediawiki.org/wiki/SVG 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.
--[[User:HEx|HEx]] ([[User talk:HEx|talk]]) 07:26, 19 October 2014 (CEST)

Revision as of 06:26, 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
  • email
  • listserver

Requests

  • 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.

  • 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) 07:26, 19 October 2014 (CEST)