This is the public repository for the kLab website hosted at: http://klab.rw
Although Nyaruka originally created the website we look forward to having contributions from the Kigali community to enhance it over time. Just use the normal Github fork/pull request process in order to submit patches.
Before embarking on major changes please file a new Issue with your planned enhancement so we can discuss whether it is appropriate.
Thanks.
These instructions are for Unix/OS X, you will have to modify these a bit to get going on Windows. Consult your favorite Windows Python guru for details.
% git clone git://github.com/nyaruka/klab.git
% cd klab
% curl -sSL https://install.python-poetry.org | python3 -
% poetry shell
% poetry install --no-root
% cd klab
% ln -s settings.py.dev settings.py
% cd ..
% python manage.py migrate
% python manage.py loaddata ../test_data.json
% mkdir media
% python manage.py runserver
You should now be able to load and interact with the kLab website at: http://localhost:8000/