The ipv6.work project
Go to file
PCoder a0ecec665e Refactor code 2019-02-04 20:12:56 +01:00
ipv6work Refactor code 2019-02-04 20:12:56 +01:00
jobs Remove Search and Tags links from the navbar 2019-02-02 22:33:54 +01:00
templates/registration link signup to account.ungleich.ch, landing page changes 2018-11-10 10:52:50 +05:45
users Refactor code 2019-02-04 20:12:56 +01:00
.dockerignore add Dockerfile spec 2018-10-26 13:43:32 +05:45
.env.sample configurable database backend 2018-11-16 20:27:21 +05:45
.gitignore Add /staticfiles to .gitignore 2019-02-03 14:17:21 +01:00
CHANGELOG.md Update changelog for 1.1.0 2019-02-03 14:18:59 +01:00
Dockerfile Dockerfile changes for ldap 2018-11-10 11:26:12 +05:45
README.md Merge 2019-01-27 17:50:43 +01:00
manage.py create initial models for tag, job and application 2018-10-17 13:20:54 +05:45
requirements.txt Update requirements.txt 2019-01-27 17:16:38 +01:00
uwsgi.ini.sample Rename uwsgi.ini to uwsgi.ini.sample 2019-01-27 20:44:57 +01:00

README.md

ipv6-dot-work

The ipv6.work project

Notes

django-auth-ldap requires openldap-devel

Deployment

docker build -t ipv6dotwork .

sudo docker rm -f ipv6dotwork

sudo docker run -d -p 127.0.0.1:8001:8000 --env-file .env --name ipv6dotwork ipv6dotwork