aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Kirø <magnuskiro@gmail.com>2016-03-19 16:40:55 +0100
committerMagnus Kirø <magnuskiro@gmail.com>2016-03-19 19:50:19 +0100
commit96c78ee43524a7e36d292fbc47cd1c3523f79ac7 (patch)
treecd2f68cebfa9f6f8f599a4096d0a86744a197d32
parentd637b9f2d67647fd14de3a814192b0d7dd3d332a (diff)
README.md comment
-rw-r--r--nms/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nms/README.md b/nms/README.md
index 4d310cb..68d9ab9 100644
--- a/nms/README.md
+++ b/nms/README.md
@@ -2,11 +2,13 @@
## Installation
- fetch data from tg server: `scp ${USER}@wat.gathering.org:/root/nms-2015.sql.gz .`
+- Rename the nms dump so we can use it later: `mv nms-2015.sql.gz nms-dump.sql.gz`
- Do the Debian install(or whatever OS you're on.): https://docs.docker.com/engine/installation/linux/debian/ And make sure that your user is in the docker group, so that you can run docker without sudo.
- Clone repository: `git clone git@github.com:tech-server/tgmanage.git`
+
- run `./makedockerfiles.sh`, which creates the docker image files, and builds
them.