Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
6acf6d1d6e
|
19
README.md
19
README.md
@@ -18,6 +18,23 @@ docker run --rm -v /your/document/directory:/srv/http --user $(id -u):$(id -g)
|
|||||||
### Run in docker with `nginx` and `plantUML` server
|
### Run in docker with `nginx` and `plantUML` server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up --build
|
STATIC_ROOT=/your/document/directory UID=$(id -u) GID=$(id -g) docker compose up --build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Install with pipx
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pipx install -r requirements-run.txt .
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pipx install --extra-index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple/ bugis[run]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Run from cli
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bugis -a 127.0.0.1 -p 8000
|
||||||
|
```
|
Reference in New Issue
Block a user