Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Ubuntu Installation

Eric Leblond edited this page Oct 12, 2016 · 3 revisions

Ubuntu 16.04

Install dependencies:

sudo apt-get install docker.io python-pip libyaml-dev build-essential libssl-dev python-dev libssl-dev  libffi-dev
sudo pip install "docker-py<1.10"
sudo pip install pyOpenSSL

Then you can install Amsterdam:

sudo pip install amsterdam

You can then create an instance and start it the regular way:

amsterdam -d ams -i ethX setup
amsterdam -d ams start
Clone this wiki locally