Azure/azure-iot-pcs-remote-monitoring-dotnet

Run start.sh in linux machine

navidarry opened this issue · 3 comments

Type of issue

  • Bug
  • New feature
  • Improvement

Description

In Linux for development locally, I ran bash start.sh in command line, below error occured:
./start.sh: line 14: /home/navid/Projects/azure-iot-pcs-remote-monitoring-dotnet/services/scripts/local/launch/helpers/create-azure-resources.sh: Permission denied

Possible solution

in line 14, replace line with this:
. $APP_HOME/scripts/local/launch/helpers/create-azure-resources.sh;

Context and Environment

  • Operating System: openSUSE Leap kernel 15.1 4.12.14-lp151.28.48-default x86_64 GNU/Linux

Hello,

I had the same issue and managed to fix it by simply run this command :

cd /home/navid/Projects/azure-iot-pcs-remote-monitoring-dotnet/services/scripts/local/launch && pcs

It would then prompt you to fill in project information.

image

Note: As of December 10th 2020, Remote Monitoring solution accelerator is no longer supported. All supporting repositories have been archived.

Note: As of December 10th 2020, Remote Monitoring solution accelerator is no longer supported. All supporting repositories have been archived.