Skip to content

Instantly share code, notes, and snippets.

@cfalta
Created January 24, 2020 15:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save cfalta/aff5e645fc19a03fd15de348c6ff877b to your computer and use it in GitHub Desktop.
Save cfalta/aff5e645fc19a03fd15de348c6ff877b to your computer and use it in GitHub Desktop.
install and run covenant on ubuntu
wget -q https://packages.microsoft.com/config/ubuntu/19.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-2.2
git clone --recurse-submodules https://github.com/cobbr/Covenant
cd Covenant/Covenant
dotnet build
dotnet run
@SNISS
Copy link

SNISS commented Aug 28, 2022

You must install or update .NET to run this application.

App: /home/ubuntu/Covenant/Covenant/bin/Debug/netcoreapp3.1/Covenant
Architecture: x64
Framework: 'Microsoft.AspNetCore.App', version '3.1.0' (x64)
.NET location: /root/dotnet

The following frameworks were found:
6.0.8 at [/root/dotnet/shared/Microsoft.AspNetCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.AspNetCore.App&framework_version=3.1.0&arch=x64&rid=ubuntu.20.04-x64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment