blob: c8d44da02c0443b1eea67108edf65ba616791421 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
echo "Necessary additional steps tied to gvmd:"
echo "1) Setup a database in postgresql"
echo " https://greenbone.github.io/docs/latest/22.4/source-build/index.html#setting-up-postgresql"
echo "2) Create admin user for the webinterface"
echo " https://greenbone.github.io/docs/latest/22.4/source-build/index.html#setting-up-an-admin-user"
echo "3) Setting the feed import owner"
echo " https://greenbone.github.io/docs/latest/22.4/source-build/index.html#setting-the-feed-import-owner"
echo ""
echo "General information:"
echo "https://greenbone.github.io/docs/latest/22.4/source-build/index.html#performing-a-system-setup"
}
|