blob: 743a626173c43c29b0f6ec681206db921a6891c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# jim-bot
Web interace which generates random corporate gibberish.
Based on [pocket-jim][]. Ported from C to Go.
## Usage
Build and run container using [Podman][]:
# clone git repo
git clone https://git.pablotron.org/jim-bot
# switch to cloned directory
cd jim-bot
# build container
podman build -t jim-bot:latest .
# run container
podman run -d -p 8080:8080 --restart=on-failure --name jim-bot jim-bot:latest
[pocket-jim]: https://pmdn.org/pocket-jim
"pocket jim"
[podman]: https://podman.io/
"podman"
|