From 284e561851e940033741758638776f5ed8602053 Mon Sep 17 00:00:00 2001 From: Kamil Jarmusik <35842300+Limraj@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:36:14 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce108fb..add3b6f 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ The installer requires an internet connection. The first run will take longer du After that you should be able to access Scada-LTS via web browser by typing in search bar `localhost:8080/Scada-LTS` 5. If there is a problem with permissions, run the following command: ```` -chmod +x linux-installer-x.x.x/**/*.sh -chmod +x linux-installer-x.x.x/*.sh +chmod +x Scada-LTS_vx.x.x.x_Beta_Installer_vx.x.x_Setup/**/*.sh +chmod +x Scada-LTS_vx.x.x.x_Beta_Installer_vx.x.x_Setup/*.sh ```` 6. After restarting the system, we execute these two scripts similarly, in this order, first we start the installed database: From 519309605388ef7bb60dc441107d6d8d5f7711af Mon Sep 17 00:00:00 2001 From: Kamil Jarmusik <35842300+Limraj@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:36:44 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index add3b6f..bf30269 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ The installer requires an internet connection. The first run will take longer du After that you should be able to access Scada-LTS via web browser by typing in search bar `localhost:8080/Scada-LTS` 5. If there is a problem with permissions, run the following command: ```` -chmod +x Scada-LTS_vx.x.x.x_Beta_Installer_vx.x.x_Setup/**/*.sh -chmod +x Scada-LTS_vx.x.x.x_Beta_Installer_vx.x.x_Setup/*.sh +chmod +x Scada-LTS_vx.x.x.x_Installer_vx.x.x_Setup/**/*.sh +chmod +x Scada-LTS_vx.x.x.x_Installer_vx.x.x_Setup/*.sh ```` 6. After restarting the system, we execute these two scripts similarly, in this order, first we start the installed database: From 0b1176e199a37c1c81004a20a3a5a3db741a6ed0 Mon Sep 17 00:00:00 2001 From: Kamil Jarmusik <35842300+Limraj@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:42:47 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf30269..6337634 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ The installer requires an internet connection. The first run will take longer du ```` chmod +x Scada-LTS_vx.x.x.x_Installer_vx.x.x_Setup/**/*.sh chmod +x Scada-LTS_vx.x.x.x_Installer_vx.x.x_Setup/*.sh +chmod +x Scada-LTS_vx.x.x.x_Installer_vx.x.x_Setup/**/*.jar ```` 6. After restarting the system, we execute these two scripts similarly, in this order, first we start the installed database: From 86a938db032860975c983d4e3996f27d45b5ce43 Mon Sep 17 00:00:00 2001 From: Kamil Jarmusik <35842300+Limraj@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:47:45 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6337634..3a0300e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,15 @@ The installer requires an internet connection. The first run will take longer du * Enter database password: root After that you should be able to access Scada-LTS via web browser by typing in search bar `localhost:8080/Scada-LTS` -5. If there is a problem with permissions, run the following command: +5. If there is a problem with permissions: + +```` +-bash: ./mysql_start.sh: Permission denied +Error: Unable to access jarfile ../replace-1.0.jar +```` + +Run the following command: + ```` chmod +x Scada-LTS_vx.x.x.x_Installer_vx.x.x_Setup/**/*.sh chmod +x Scada-LTS_vx.x.x.x_Installer_vx.x.x_Setup/*.sh