Clone this repo:

Branches

  1. 0f92c58 Localisation updates from https://translatewiki.net. by Translation updater bot · 2 months ago master
  2. bf1a7d7 Localisation updates from https://translatewiki.net. by Translation updater bot · 3 months ago
  3. 97a69e4 Localisation updates from https://translatewiki.net. by Translation updater bot · 4 months ago
  4. c7921aa Localisation updates from https://translatewiki.net. by Translation updater bot · 5 months ago
  5. 247d82f Localisation updates from https://translatewiki.net. by Translation updater bot · 5 months ago

#map-of-momuments

Map of Monuments with no article.

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