Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goshimmer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iota-imt
goshimmer
Commits
fc92e9ab
Commit
fc92e9ab
authored
5 years ago
by
Luca Moser
Browse files
Options
Downloads
Patches
Plain Diff
move visualizer install instructions
parent
7f32bff7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+11
-0
11 additions, 0 deletions
README.md
plugins/graph/README.md
+0
-9
0 additions, 9 deletions
plugins/graph/README.md
with
11 additions
and
9 deletions
README.md
+
11
−
0
View file @
fc92e9ab
...
...
@@ -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
```
This diff is collapsed.
Click to expand it.
plugins/graph/README.md
deleted
100644 → 0
+
0
−
9
View file @
7f32bff7
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment