diff options
author | Magnus Kirø <magnuskiro@gmail.com> | 2016-02-29 20:47:29 +0100 |
---|---|---|
committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-02-29 20:47:35 +0100 |
commit | aa5e87e0788421fee39bd9d63ac1e5e72f951a2c (patch) | |
tree | a3f1b23b65e4ffc4b8b9572919c72053529c200e | |
parent | db833dca13ddbc95e8e3a9514e94bf534d06e4db (diff) |
Readme work. missing last steps of the process.
-rw-r--r-- | nms/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nms/README.md b/nms/README.md new file mode 100644 index 0000000..b22c4a8 --- /dev/null +++ b/nms/README.md @@ -0,0 +1,18 @@ +#Instructions + +## Installation +- fetch data from tg server: `scp ${USER}@wat.gathering.org:/root/nms-2015.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. + +- Start database node: ` ... ` +- Start front end node: ` ... ` +- Open localhost:PORT in browser to start testing. + +## TODO +- finish the installation guide above. |