Skip to content
This repository has been archived by the owner on May 7, 2018. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 811 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 811 Bytes

Surirobot

Dockerfiles set for an easy deployment of client & modules.

Requirements

For Ubuntu 16.04 LTS:

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 -y docker-ce
sudo curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

Module facerecognition

To get the suricats face pack, follow these instructions:

cp .env.example .env
nano .env

Fill the login & password fields

tools/get-people-data.sh

RUN

xhost local:root
docker-compose up