Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Limraj committed Apr 29, 2024
2 parents fa6761f + 86a938d commit b769e72
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b769e72

Please sign in to comment.