The Wikipedia Library Card Platform app is available at http://wikipedialibrary.wmflabs.org.
- 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.
Further project documentation is available in the Wiki. Our issue tracking takes place on the Library-Card-Platform Phabricator board.