Ticket #148 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Wiki https certificate

Reported by: chris Owned by: chris
Priority: major Milestone:
Component: Mediawiki Keywords:
Cc: ed Estimated Number of Hours: 3.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 5.0

Description

The wiki has the wrong cert: http://wiki.transitionnetwork.org/

Possible ways this could be fixed:

  • Give the current shared mediawiki server another IP address and use the transitonnetwork.org wild card cert on this shared server.
  • Move the wiki to the DevelopmentServer or the NewLiveServer

I think I prefer the second option, would this be OK?

Change History

comment:1 Changed 6 years ago by ed

fine by me if you're asking me - whatever is best for you

comment:2 Changed 6 years ago by chris

  • Estimated Number of Hours changed from 1.0 to 3.0

It think it would be best if the wiki site is run off the wiki:NewLiveServer and also that we have a development version of it on the wiki:DevelopmentServer -- I'll look at sorting this out so it can be moved at the same time as the main Drupal site, ticket:147

comment:3 Changed 6 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 2.0
  • Total Hours changed from 0.0 to 2.0

A copy of the wiki is now running on the dev server: http://wiki.dev.transitionnetwork.org/Main_Page

And I have more-or-less sorted out a script for automating the syncing of the wiki between servers, which will make updating the dev server from the live one and also migrating it to the new live server very simple.

Documentation is still to be done.

comment:4 Changed 6 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 2.0
  • Total Hours changed from 2.0 to 4.0

Documentation for the sites has been written, including a script for upgrading Mediawiki: wiki:DevelopmentServer#Mediawiki and wiki:NewLiveServer#Mediawiki

There is a /usr/local/bin/mysql-update-from-mediawiki.webarch.net script which can be run to update the mediawiki site on quince with the data from the current server, mediawiki.webarch.net. After the DNS has been updated then the apache conf file, /etc/apache2/sites-available/wiki.transitionnetwork.org.conf will need editing for the port 80 VirtualHost:

  #Redirect /config https://wiki.transitionnetwork.org/config
  Redirect /config https://wiki.quince.webarch.net/config

comment:5 Changed 6 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 1.0
  • Status changed from new to closed
  • Resolution set to fixed
  • Total Hours changed from 4.0 to 5.0

The wiki has been moved to the wiki:NewLiveServer

Note: See TracTickets for help on using tickets.