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

Azure IoT .NET solution for Remote Monitoring
MIT License
162 stars 95 forks source link

Run start.sh in linux machine #171

Closed navidarry closed 3 years ago

navidarry commented 4 years ago

Type of issue

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

magixus commented 4 years ago

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

miwolfms commented 3 years ago

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

miwolfms commented 3 years ago

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