Skip to content
Snippets Groups Projects
Commit fc92e9ab authored by Luca Moser's avatar Luca Moser
Browse files

move visualizer install instructions

parent 7f32bff7
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment