Installation¶
Ubuntu 16.04¶
- Make sure that you have the dependencies installed ( run as
root)
apt-get update
apt-get install software-properties-common python-software-properties curl wget
add-apt-repository ppa:jonathonf/python-3.6
apt-get update
apt-get install python3.6 python3-pip
pip3 install virtualenv
- Run the following command as the user which is going to install
wget https://bitbucket.org/anodotcommunity/anodot-collect/raw/stable/install.sh
bash install.sh
source HOME/.anodot/venv/bin/activate
Docker (alpine)¶
To build the image use
docker build https://bitbucket.org/anodotcommunity/anodot-collect/raw/stable/Dockerfile -t anodot-collect:latest