Skip to content

wikimedia/labs-tools-wikinity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Github mirror of "labs/tools/wikinity" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published