From aa2d581c61798a0b37cc23652a6c171dfc463976 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 4 Dec 2020 21:47:22 +0100 Subject: [PATCH] ++ipv6ula --- content/u/projects/ipv6ula/contents.lr | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/u/projects/ipv6ula/contents.lr diff --git a/content/u/projects/ipv6ula/contents.lr b/content/u/projects/ipv6ula/contents.lr new file mode 100644 index 0000000..6c9b586 --- /dev/null +++ b/content/u/projects/ipv6ula/contents.lr @@ -0,0 +1,27 @@ +title: The IPv6 ULA registry +--- +subtitle: We revived the sixxs ULA registry! +--- +description1: + +## Introduction + +The IPv6 ULA registry is based on Django, Bootstrap 4 +and uses LDAP authentication. It was written and designed for +powering [The IPv6 ULA registry](https://ula.ungleich.ch). + +ipv6ula is FOSS and its source code can be found on +[code.ungleich.ch](https://code.ungleich.ch/ungleich-public/ipv6ula/). + +## How to install + +* git clone above repository +* Setup a local postgresql database named "ipv6ula" +* Copy ipv6ula/sample_settings.py to ipv6ula/local_settings.py +* Modify settings as needed +* Install requirements using `pip install -r requirements.txt` + +## How to run + +It is a standard Django app, so you can use uwsgi +or the included server for testing: `python manage.py runserver`.