aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Lyngstøl <kly@kly.no>2017-12-27 11:47:59 +0100
committerGitHub <noreply@github.com>2017-12-27 11:47:59 +0100
commit1e1c6d13c3a1a7da9c1fe94bcbc7a5277d433ac1 (patch)
tree747d89de42166774dc8d07e97de4c56afcb8b753
parent5d35cd128743db8386fcf2d986d999c73f9b9dbe (diff)
parent48644fde32d1a4a4be03f7c1ec218609f214e3ef (diff)
Merge pull request #163 from lasseh/master
Minor changes for easier install
-rw-r--r--INSTALLING.rst4
-rwxr-xr-xinclude/config.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/INSTALLING.rst b/INSTALLING.rst
index 3e50ede..c645ff9 100644
--- a/INSTALLING.rst
+++ b/INSTALLING.rst
@@ -39,6 +39,10 @@ As ``$YOURUSER``::
Then visit http://ip-your-boxen/
+Manualy import the database for now::
+
+ psql -h localhost -d nms -U nms -f /opt/gondul/build/schema.sql
+
Setting up your network...
--------------------------
diff --git a/include/config.pm b/include/config.pm
index a45caf9..c2beae7 100755
--- a/include/config.pm
+++ b/include/config.pm
@@ -5,7 +5,7 @@ package nms::config;
# DB
our $db_name = "nms";
-our $db_host = "db";
+our $db_host = "localhost";
our $db_username = "nms";
our $db_password = "risbrod";
our $graphite_host = "graphite";