blob: 456bf8f3c692e9b99b595ed185004163eccb4d7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo -e "\e[91;1m
Before setting up Semaphore, ensure you have a working database configured with proper access for the service.
\e[0m
To initialize Semaphore, use the following command:
\e[1;32m# semaphore setup --config /etc/semaphore/config.json\e[0m
Once initialized, enable and start the Semaphore service:
\e[1;32m# systemctl enable --now semaphore.service\e[0m
"
}
|