Releases: feup-infolab/dendro-install
Installation Scripts for Dendro v0.3-beta
Current Features
Vagrant-based install. Installs a Virtual Machine from scratch, running Dendro v0.3-beta. Can also be used to setup a Dendro instance in a physical machine or another virtual machine, instead of the Vagrant virtual box.
All relevant settings for configuration can be found at the constants.sh
file. Change according to your needs.
To create a Vagrant VM:
git clone https://github.com/feup-infolab/dendro-install.git
cd dendro-install
.conf/scripts/install.sh
#go for a coffee
#go to browser at http://192.168.56.101:3007 and Dendro should be up.
To install in your host (assumes that you are running Ubuntu 16.04)
git clone https://github.com/feup-infolab/dendro-install.git
cd dendro-install/scripts
Edit the constants.sh
file, replacing all references to 192.168.56.101 (the Vagrant VM's ip) with 127.0.0.1 (since you will be running Dendro straight in your machine).
./install.sh
#go for a coffee
#go to browser at http://127.0.0.1:3007 and Dendro should be up.
Software
Vagrant 2.0.1
VirtualBox 5.1
Ubuntu 16.04 Server
Virtuoso 7.2
ElasticSearch
Mongodb 2.6
Installation Scripts for Dendro v0.1-alpha
Current Features
Vagrant-based install. Installs a Virtual Machine from scratch, running Dendro v0.1-alpha. Can also be used to setup a Dendro instance in a physical machine or another virtual machine, instead of the Vagrant virtual box.
All relevant settings for configuration can be found at the constants.sh
file. Change according to your needs.
To create a Vagrant VM:
git clone https://github.com/feup-infolab/dendro-install.git
./install.sh -b v0.1-alpha
#wait....
#go to browser at http://192.168.56.101:3007 and Dendro should be up.
To install in your host (assumes that you are running Ubuntu 16.04)
git clone https://github.com/feup-infolab/dendro-install.git
Edit your constants.sh
file, replacing all references to 192.168.56.101 (the Vagrant VM's ip) with 127.0.0.1 (since you will be running Dendro straight in your machine).
cd scripts
sudo ./install.sh -b v0.1-alpha #yes, it requires sudo
#wait....
#go to browser at http://127.0.0.1:3007 and Dendro should be up.
Software
Vagrant 1.9.2
Ubuntu 16.04 Server
Virtuoso 7.2
ElasticSearch
Mongodb 2.6