summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorsurefire2016-05-16 09:21:36 +0300
committersurefire2016-05-16 09:21:36 +0300
commitda88f866f36fcf14a1b61af708d574061d83c972 (patch)
treeda59aa5674adb29d43627fa5653e1d71a559ee1b /install
parent2ba23d2bab27e5dac1c2377dbf45f283bfa7c4d2 (diff)
downloadaur-da88f866f36fcf14a1b61af708d574061d83c972.tar.gz
changed local listen address and port
Diffstat (limited to 'install')
-rw-r--r--install7
1 files changed, 6 insertions, 1 deletions
diff --git a/install b/install
index 82aa726d0a6b..f0d25e571317 100644
--- a/install
+++ b/install
@@ -7,7 +7,7 @@ For localhost use please start service:
systemctl daemon-reload
systemctl start dbninja-localhost.service
-Open DbNinja in browser http://127.0.30.36:8080
+Open DbNinja in browser http://localhost:8036
After accepting the license agreement, find the code file:
ls /var/lib/dbninja/_users
@@ -20,3 +20,8 @@ EOF
}
+post_upgrade() {
+ cat <<EOF
+ New url for local DbNinja http://localhost:8036
+EOF
+}