Old Install Components - Sotera/track-communities GitHub Wiki
Install Project Components
Shouldn't be necessary after release 0.2.1
, but here are two options for installing the components yourself.
Option A: Use Vagrant Provisioning
There is a folder called 'vagrant' within this project. Copy the contents of the folder to the location of your vagrant initialization (above).
Option B: Use Manual Installation
SSH into the VM as bigdata/bigdata (vagrant ssh
) and execute the following series of commands:
- Install Aggregate Micro Paths:
$ cd /srv/software/
$ git clone https://github.com/Sotera/aggregate-micro-paths.git
- Install Distributed Louvain Modularity:
$ cd /srv/software/
$ wget https://github.com/Sotera/distributed-louvain-modularity/releases/download/v1.0_chd4.5.0_giraph1.0.0/distributed-louvain-modularity-cdh4.5.0-giraph1.0.0-bin.tar.gz
$ tar -xvf distributed-louvain-modularity-cdh4.5.0-giraph1.0.0-bin.tar.gz
- Install Track Communities:
$ cd /srv/software/
$ git clone https://github.com/Sotera/track-communities.git
$ cd ~
$ ln -s /srv/software/track-communities/tangelo_html tangelo_track_communities
$ vi start_track_communities.sh
> tangelo -nc --host 0.0.0.0 --port 8000 --logdir tmp/ --root tangelo_track_communities/ start
$ chmod 777 start_track_communities.sh
Moved the python impala instructions back to the main page, as that seems not to be in the 0.2.1 VM, though the above are.