summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install22
1 files changed, 22 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..82aa726d0a6b
--- /dev/null
+++ b/install
@@ -0,0 +1,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
+
+}
+