updated README.md
This commit is contained in:
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
|
||||
|
||||
```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