diff options
-rw-r--r-- | nms/README.md | 2 |
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. |