Build new container

podman build . -t he-database
podman tag he-database gitea.pkm.physik.tu-darmstadt.de/markusro/he-database:latest
podman push gitea.pkm.physik.tu-darmstadt.de/markusro/he-database:latest

Run and update container

Also check documentation from RedHat.

podman pull gitea.pkm.physik.tu-darmstadt.de/markusro/he-database:latest
podman run --replace  --detach --name he-database -p 8000:8000 he-database:latest

Create DB Schema in chartdb.io

  1. go to https://app.chartdb.io
  2. klick "Import"
  3. execute in terminal: sqlite3 db.sqlite3 <create_schema_chartdb.io > import_chartdb.io
  4. copy contents of import_chartdb.io
S
Description
No description provided
Readme 12 MiB
Languages
Python 57.1%
HTML 41.3%
Io 1.2%
Dockerfile 0.4%