Closed dhruv282 closed 4 years ago
I ended up restructuring the whole file and added some missing info
This looks much better. Though, I would suggest you test changes in the Docker related section, in case there are corner cases that we might have missed.
I would actually suggest you begin Docker section with using our published docker image oduwsdl/tmvis
without the need of asking them to build it locally first.
$ docker run --shm-size=1G -it --rm -p 3000:3000 oduwsdl/tmvis
Then go on to suggest if they want to build a custom image from the source, they can clone the code, build an image and run it instead (i.e., the currently listed commands).
I have tested the changes and everything is working as expected
Used solution provided in #73 Fixes #73