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

suricats/surirobot-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages