This repository contains the modules for demonstrating the user management in Paderborn F2F, which takes place between the 7th and 9th of Marz.
These installations steps are valid for Ubuntu 14.04
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
$ sudo apt-get update
$ sudo apt-get install docker-engine
$ sudo groupadd docker
$ sudo usermod -aG docker $USER
$ docker run hello-world
$ sudo apt-get install python-pip
$ pip install docker-compose
$ cd son-gkeeper/son-gtkusr/
$ docker-compose up --build
$ cd son-catalogue-repos/
$ docker-compose up --build
Remove both dockers and start them again
$ docker rm -f sonata-adapter
$ docker rm -f sonata-keycloak
$ docker-compose up --build
docker rm $(docker ps -a -q) -f