Go to file
informatic 3b5439ef74 auth: fix broken deletion permission on non-superusers 2020-05-28 21:53:58 +02:00
auth auth: fix broken deletion permission on non-superusers 2020-05-28 21:53:58 +02:00
postgres-hstore Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
spejstore Check in some random production changes 2020-05-12 20:58:10 +02:00
static update props on paste 2018-09-26 22:21:08 +02:00
storage labels via api + remove redundant nav item 2020-05-28 21:23:51 +02:00
templates labels via api + remove redundant nav item 2020-05-28 21:23:51 +02:00
.dockerignore add build_static to ignorefiles 2020-05-12 21:14:18 +02:00
.gitignore add build_static to ignorefiles 2020-05-12 21:14:18 +02:00
Dockerfile Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
README.md Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
docker-compose.dev-override.yml Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
docker-compose.prod-override.yml Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
docker-compose.yml Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
manage.py Initial commit 2016-09-30 00:04:43 +02:00
requirements.txt ldap is no more ['] 2018-10-10 21:28:57 +02:00
spejstore-dev.env allow localhost in dev 2020-05-12 20:27:08 +02:00

README.md

spejstore

Because there is not enough general inventory software invented here yet. Please use Python3, for the love of $deity...

Usage

Quick start

  1. Run:
    ln -s docker-compose.dev-override.yml docker-compose.override.yml
    docker-compose up --build
    
  2. Run docker-compose run --rm web python manage.py createsuperuser -- now you can dev authenticate w/o SSO

Build & run

docker-compose up

Rebuild

docker-compose build

Troubleshooting