summarylogtreecommitdiffstats
path: root/install
blob: 82aa726d0a6b74773d73f54ae5a087416d0e24e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install() {

cat <<EOF
=============================================

For localhost use please start service:
	systemctl daemon-reload
	systemctl start dbninja-localhost.service

Open DbNinja in browser http://127.0.30.36:8080

After accepting the license agreement, find the code file:
	ls /var/lib/dbninja/_users

Autostart service:
	systemctl enable dbninja-localhost.service

==============================================
EOF
	
}