New VM Migration: Difference between revisions

From Leeds Hackspace Wiki
Jump to navigation Jump to search
(mail)
No edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Fligg has kindly donated a virtual machine on which to host the hackspace websites.
Fligg has kindly donated a vm on which to host the hackspace websites.


It can be found at 5.135.159.110
It can be found at 88.198.101.84 (the vast majority of DNS names now point at this address). If you need to access the old server its oldserver.leedshackspace.org.uk (217.151.104.189).


Migration from the old server is currently underway.
Migration from the old server is currently underway.
Line 8: Line 8:


* wiki
* wiki
* dns (running and transfering zones, but not yet referenced by NS records)
* dns (this server is ns0 and is configured as master. It will send notifies to ns1-3 when zones are changed and reloaded causing a zone transfer)
 
* vpn (server is up and running ready for connection from gateway box)
Things still to migrate:
* blog (migrated & upgraded to wp 4.1 and all latest plugins/themes)
 
* email (exim config transfered, mail & aliases migrated from old server)
* blog
* Marvin_P_Droid IRC bot (it starts - waiting for ISP to actually expire an old DNS entry so the VPN connects and we can test it).
* email
* listserver
 
== Requests ==
 
(These are specifically about the MediaWiki install.)
 
* 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]])
 
* Make mail work
 
* 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]]) 09:44, 19 October 2014 (CEST)

Latest revision as of 19:48, 21 December 2014

Fligg has kindly donated a vm on which to host the hackspace websites.

It can be found at 88.198.101.84 (the vast majority of DNS names now point at this address). If you need to access the old server its oldserver.leedshackspace.org.uk (217.151.104.189).

Migration from the old server is currently underway.

Things already migrated:

  • wiki
  • dns (this server is ns0 and is configured as master. It will send notifies to ns1-3 when zones are changed and reloaded causing a zone transfer)
  • vpn (server is up and running ready for connection from gateway box)
  • blog (migrated & upgraded to wp 4.1 and all latest plugins/themes)
  • email (exim config transfered, mail & aliases migrated from old server)
  • Marvin_P_Droid IRC bot (it starts - waiting for ISP to actually expire an old DNS entry so the VPN connects and we can test it).