Offline Content Access
Run the following command from the root folder if on an ubuntu 18.04-x64 machine, otherwise change the runtime evnironment:
dotnet publish CapDeviceManager.sln -c Release -r ubuntu.18.04-x64
Instructions on configuring and running CapDeviceManager on a linux machine
wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-3.1
More information about the installation is included here
Download monodevelop in order to build the project here
Follow the manual install instructions for Azure CLI displayed here
1.Open the Project on MonoDevelop and configure build option
Open up the terminal and navigate to the CapDeviceManager folder
Run the following commands:
dotnet restore
dotnet msbuild CapDeviceManager.sln
dotnet run CapDeviceManager.csproj
https://localhost:5000
on your machine or replace localhost with machine's IP addressPlease install azure CLI on machine where you are trying this project. Make sure az verion is 2.1.* and above, and add extension with command: az extension add --name azure-cli-iot-ext