observeinc / entity-explorer

Observe Entity Explorer provides advanced relationship analysis of Observe entities
Apache License 2.0
4 stars 0 forks source link

Add Building/Running from source #16

Closed danielodievich closed 10 months ago

danielodievich commented 11 months ago

How to build and run from source

danielodievich commented 11 months ago

From georgios

cat run.sh 
#!/bin/bash

sdir="$(dirname "$0")"
cd ${sdir}

dotnet publish observe-entity-explorer.csproj --self-contained --runtime linux-x64 -c Debug -p:PublishSingleFile=true -o bin/publish/linux-x64

bin/publish/linux-x64/observe-entity-explorer &
sleep 3
xdg-open http://localhost:50110/
fg