scorelab / BellyDynamic

BellyDynamic: A scalable data structure to handle online and offline dynamic graph objects
Apache License 2.0
12 stars 63 forks source link

Add Shell Script to setup BellyDynamic #6

Closed padamchopra closed 6 years ago

padamchopra commented 6 years ago

Added a shell script to setup BellyDynamic, with the latest version of snap [GCI 2017]

padamchopra commented 6 years ago

@SamTube405 Here's the PR, please review and merge if you find this ok :)

sameeravithana commented 6 years ago

This script only includes the installation of snap lib. in fact, you can find the same in ./install-snap-python.sh . I suggest you to include a complete script to setup the project, might be this task is related with dockerizing.

padamchopra commented 6 years ago

@SamTube405 I got a file not found error while running that script, so that's why I created this one. Also, this is not the dockerizing task. The task was just to run BellyDynamic and I created the shell-script on my own, but turns out its not of any use now :worried:

padamchopra commented 6 years ago

Can any of the maintainers of BellyDynamic add the instruction to install using the shell script in the wiki as well. It would help in getting new users to setup faster

agentmilindu commented 6 years ago

Let's use this setup.sh in Docker file with all the needed pckages for the Docker images to run.

agentmilindu commented 6 years ago

Links to #12