diff --git a/README.md b/README.md index ce108fb..3a0300e 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,19 @@ 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 linux-installer-x.x.x/**/*.sh -chmod +x linux-installer-x.x.x/*.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 +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: