OPEN FACE - Quick start with docker after the setup

From GUILLARD WIKI
Revision as of 10:23, 27 December 2016 by Guillard (talk | contribs) (Created page with "On mac: - Start Docker application - Open the terminal and execute: <code> docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bash -l -c '/root/openface/demos/we...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

On mac:

- Start Docker application - Open the terminal and execute: docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bash -l -c '/root/openface/demos/web/start-servers.sh' - Open a new tab on the terminal and execute: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --unsafely-treat-as-secure="http://localhost:8000"