Go to file
informatic 5e598d80b4 Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
auth Fix account associations by email 2019-01-10 13:33:45 +01:00
postgres-hstore Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
spejstore Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
static update props on paste 2018-09-26 22:21:08 +02:00
storage fix print button 2020-05-12 20:27:08 +02:00
templates Hide item history by default 2020-05-12 20:27:08 +02:00
.dockerignore Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
.gitignore Pin container versions, simplify initial setup 2020-05-12 20:56:44 +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