aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";