summarylogtreecommitdiffstats
path: root/install
blob: f0d25e57131733ab3e5e18838eeb15382ab02fe9 (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
27
post_install() {

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

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

Open DbNinja in browser http://localhost:8036

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

Autostart service:
	systemctl enable dbninja-localhost.service

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

post_upgrade() {
 cat <<EOF
	New url for local DbNinja http://localhost:8036
EOF
}