From 96c78ee43524a7e36d292fbc47cd1c3523f79ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Kir=C3=B8?= Date: Sat, 19 Mar 2016 16:40:55 +0100 Subject: README.md comment --- nms/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nms') 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. -- cgit v1.2.3