
cd /opt
git clone --recurse-submodules https://github.com/cobbr/Covenant

cd Covenant/Covenant
dotnet run

Install .NET
wget https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh
chmod +x dotnet-install.sh
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
./dotnet-install.sh
https://127.0.0.1:7443






