summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorsurefire2016-03-04 18:03:14 +0300
committersurefire2016-03-04 18:05:12 +0300
commit0f2aeb2a83fbdb3c6710c293cf170eedad99dc97 (patch)
tree4bdfa6e3611c2ab6df27d299427fdf9f52ce7e47 /install
downloadaur-0f2aeb2a83fbdb3c6710c293cf170eedad99dc97.tar.gz
Initial
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
+
+}
+