The Wayback Machine - https://web.archive.org/web/20220702114119/https://github.com/wikipedialibrary/twlight
Skip to content

WikipediaLibrary/TWLight

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

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

README.md

The Wikipedia Library Card Platform app is available at http://wikipedialibrary.wmflabs.org.

Quick Installation for Developers

  • Get Docker and Docker Compose
  • Fire up an empty TWLight instance docker-compose build && docker-compose up
  • Run migrations docker-compose exec twlight /app/bin/virtualenv_migrate.sh
  • See the thing running on localhost
  • Get an interactive shell docker-compose exec twlight bash

See the Local setup Wiki page for more information.

Documentation

Further project documentation is available in the Wiki. Our issue tracking takes place on the Library-Card-Platform Phabricator board.

Build Status

Coveralls Coverage Status