Skip to content

Instantly share code, notes, and snippets.

@leandromoreira
Last active April 15, 2020 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leandromoreira/b5f43bbc701a2009e107b112bbfec448 to your computer and use it in GitHub Desktop.
Save leandromoreira/b5f43bbc701a2009e107b112bbfec448 to your computer and use it in GitHub Desktop.
# make sure you have docker
git clone https://github.com/leandromoreira/nott.git
cd nott
git checkout 0.0.3
# in a tab
make run
# wait until the platform is up and running
# and in another tab run
make broadcast_tvshow
# ^ for linux users you use --network=host and your
# IP instead of this docker.for.mac.host.internal
# for windows user I dunno =(
# but you can use OBS and point to your own machine
# open your browser and point it to http://localhost:8080/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment