2024-10-30 15:40:21 +08:00
2024-10-21 14:13:29 +08:00
2024-10-24 23:55:21 +08:00
2024-10-28 00:10:56 +08:00
2024-10-23 21:09:11 +08:00
2024-10-23 20:57:20 +08:00
2024-10-28 00:10:56 +08:00
2018-09-13 08:59:22 +01:00
2024-10-24 23:26:06 +08:00
2024-10-30 15:40:21 +08:00
2024-10-24 23:26:06 +08:00
2024-10-24 23:26:06 +08:00
2024-10-24 23:26:06 +08:00

How to

Build the docker image

docker build -t gitea.woggioni.net/woggioni/bugis:latest .

Build the pip package

pyproject-build

Run in docker

docker run --rm -v /your/document/directory:/srv/http  --user $(id -u):$(id -g) -p 127.0.0.1:8000:8000 gitea.woggioni.net/woggioni/bugis:latest

Run in docker with nginx and plantUML server

STATIC_ROOT=/your/document/directory UID=$(id -u) GID=$(id -g) docker compose up --build

Install with pipx

pipx install -r requirements-run.txt .

or

pipx install --extra-index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple/ bugis[run]

Run from cli

bugis -a 127.0.0.1 -p 8000
Description
No description provided
Readme 243 KiB
Languages
Python 61.6%
CSS 32.9%
Dockerfile 3.6%
JavaScript 1.4%
HTML 0.5%