Skip to content

legoktm/checker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Getting started

$ mkdir -p ~/www/python/src
$ git clone https://github.com/legoktm/checker ~/www/python/src
$ ln -s ~/www/python/src/service.template ~/service.template
$ webservice shell
interactive$ webservice-python-bootstrap --fresh

Deploying changes

$ cd ~/www/python/src
$ git pull
$ webservice restart

Sometimes that fails due to <https://phabricator.wikimedia.org/T156626>. In that case:

$ webservice stop
$ webservice start

Logs and exceptions can be found in ~/uwsgi.log.