Page MenuHomePhabricator

Bring Jurytool back online
Closed, ResolvedPublic

Event Timeline

valhallasw raised the priority of this task from to Unbreak Now!.
valhallasw updated the task description. (Show Details)
valhallasw added a project: Toolforge.
valhallasw added a subscriber: valhallasw.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

I've recovered a copy of the tool's public_html folder from about 9 days ago and can provide to original author or other admin if needed.

Repurposed toolsbeta-webgrid-04

Did the following:

  • created /data/project/jury
  • copied lighttpd-started and hacked it to hard-code paths (toolsbeta vs tools and non-existing user)
    • ./lighttpd-starter tools.jury 8080 in /data/project/jury
  • opened port 8080 in security groups

to do

  • make tools proxy forward to jurytool
  • check whether everything works
  • upstart script to keep webserver running

plus a symlink public_html/jury -> public_html because lighttpd is being weird.

This is now running in a screen as tools.jury @ toolsbeta-webgrid-04. To connect:

ssh toolsbeta-webgrid-04.eqiad.wmflabs # via bastion
sudo su tools.jury
script /dev/null
screen -x

yuvipanda claimed this task.

All good. Tool Labs is back.