Wikimedia
[Tracker] Get your local development instance running and send us a screenshot
Get your local development instance of Wikimedia Tracker running. After you're done, please send us a screenshot showing your local Tracker instance running.
Steps
(all paths are from repository's root)
- Clone the repository (preferably from Gerrit)
- Setup the repository for use with git review. You can use this tutorial
- Create /deploy folder
- Create Python3 virtual environment (venv) by running
virtualenv -p python3 deploy/pyenv
- Activate the venv by running
source deploy/pyenv/bin/activate
- Install required packages by running
pip install -r support/requirements.txt
- Run
python support/makesettings.py
to get example settings.py - Edit settings.py's DATABASES sections to contain valid DB settings
- Run
python trackersite/manage.py migrate
to apply schema migrations - Run
python trackersite/manage.py runserver
to start the development server. It should listen on localhost:8000
Task tags
Students who completed this task
Bjornskjald, dlxx, kunalsoni, tobimori