Clone this repo:

Branches

  1. 516d3de Remove trailing whitespace by Nikerabbit · 5 months ago master
  2. 77f970f Localisation updates from https://translatewiki.net. by Translation updater bot · 9 days ago
  3. a8852d2 Localisation updates from https://translatewiki.net. by Translation updater bot · 3 weeks ago
  4. b307589 Localisation updates from https://translatewiki.net. by Translation updater bot · 6 weeks ago
  5. ed0098c Localisation updates from https://translatewiki.net. by Translation updater bot · 3 months ago

Build Status

Wikinity

This project is supposed to make planning of Commons photographing trips easier by allowing users to find unphotographed objects near specified location.

Its production version is on https://tools.wmflabs.org/wikinity/.

Run development environment

(all paths are from repository's root)

  1. Clone the repository (preferably from Gerrit)
  2. Setup the repository for use with git review. You can use this tutorial
  3. Create Python3 virtual environment by running virtualenv -p python3 venv
  4. Activate the venv by running source venv/bin/activate
  5. Install required packages by running pip install -r support/requirements.txt
  6. Cd to src and copy config.example.yaml to config.yaml
  7. Add your MySQL db credentials to config.yaml file
  8. Run python app.py to run the development server