From fc92e9ab9c836d1b1b381dd592b597c745f924d9 Mon Sep 17 00:00:00 2001 From: Luca Moser <moser.luca@gmail.com> Date: Fri, 10 Jan 2020 15:11:30 +0100 Subject: [PATCH] move visualizer install instructions --- README.md | 11 +++++++++++ plugins/graph/README.md | 9 --------- 2 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 plugins/graph/README.md diff --git a/README.md b/README.md index 32af7dfd..d85f7d54 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,14 @@ To start Shimmer in the background, you can also simply use [Docker Compose](htt ``` docker-compose up -d ``` + +### Install Glumb visualizer + +Install both the Glumb visualizer and socket.io client lib within the root folder/where the binary is located: +```bash +git clone https://github.com/glumb/IOTAtangle.git +// only this version seems to be stable +cd IOTAtangle && git reset --hard 07bba77a296a2d06277cdae56aa963abeeb5f66e +cd ../ +git clone https://github.com/socketio/socket.io-client.git +``` diff --git a/plugins/graph/README.md b/plugins/graph/README.md deleted file mode 100644 index da7c4ca7..00000000 --- a/plugins/graph/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# How to install this plugin -- Run the following commands in this folder (or set `graph.socketioPath` and `graph.webrootPath` in your config if you want to use another path) - -```bash -git clone https://github.com/glumb/IOTAtangle.git -cd IOTAtangle && git reset --hard 07bba77a296a2d06277cdae56aa963abeeb5f66e -cd ../ -git clone https://github.com/socketio/socket.io-client.git -``` \ No newline at end of file -- GitLab