Skip to content

Local Binaries And Building

SenexCrenshaw edited this page Jun 13, 2023 · 1 revision

Local Binaries/Builds

The docker builds are always recommened, espcially if you want support!

This is a dotnet/react app so its simple to run anywhere dotnet and node is supported.

Running from a Release Build

You can find the builds here: Releases

How to run:

mkdir streammaster
cd streammaster
tar xvzf streammaster-0.2.7.tar.gz

export ASPNETCORE_URLS="http://+:7095"
dotnet StreamMasterAPI.dll

Building locally

Clone the repo and run the build_streammaster.sh command

For other OS types use build_streammaster.sh as a starting point.