Created
January 24, 2020 15:40
-
-
Save cfalta/aff5e645fc19a03fd15de348c6ff877b to your computer and use it in GitHub Desktop.
install and run covenant on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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