mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
7 lines
278 B
Bash
7 lines
278 B
Bash
#!/bin/sh
|
|
|
|
echo "--"
|
|
echo "Setup the Lotide database by running: rc-service lotide setup"
|
|
echo "Run the hitide service, and setup your reverse proxy by following the example at"
|
|
echo "https://git.sr.ht/~vpzom/lotide/tree/master/doc/INSTALL.md#recommended-proxy-setup"
|
|
echo "--"
|