aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLasse Haugen <haugen.lasse@gmail.com>2017-10-28 22:37:59 +0200
committerLasse Haugen <haugen.lasse@gmail.com>2017-10-28 22:37:59 +0200
commit48644fde32d1a4a4be03f7c1ec218609f214e3ef (patch)
tree9041e095bd5208984d222f685c9709a262073540
parent587743e79d67f5b93fe4745f4efb5c7652bc01af (diff)
db setup
-rw-r--r--INSTALLING.rst4
1 files changed, 4 insertions, 0 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...
--------------------------