Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 612 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 612 Bytes

Nairobi Arch Linux User Registry

A registry of Arch Linux users in Nairobi, Kenya. Written in Django cuz:

┬─┬ ノ( ゜-゜ノ)

Try it

It's easiest if you use Python's virtualenv (with wrapper extensions):

Create and prepare a virtual env:

mkvirtualenv -p `which python2` archlinuxke
pip install django

Clone the repo:

git clone https://github.com/nairobilug/archregistrynbo.git

Run it:

cd archregistrynbo
python manage.py runserver

Bob's your uncle:

http://localhost:8000