Skip to content

WikipediaLibrary/TWLight

Repository files navigation

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