Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Limraj authored Jun 5, 2023
1 parent 9a965cf commit 53a0da7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

![Scada-LTS logo](https://yt3.ggpht.com/2V_jz6rC-_z3Ir1SL5_TctnE5HAbq_rWbF0PHSfRy3VXdwowrP2XEfTpAcr_VH1TUbzsWjUVWTs=w2120-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj)
# Installer Scada-LTS for linux
| Technology | Version | Description |
| :--- | :---: | --- |
| Java | 11.0.19+7 | Base programic language |
| Server MySQL CE | 8.0.33 | Database server for data persistence |
| Shell MySQL | 8.0.33 | Database client |
| Apache Tomcat | 9.0.75 | Application server |

## Instruction
The installer requires an internet connection. The first run will take longer due to the need to download and install MySQL 8.0 CE database server, MySQL 8.0 shell and JDK 11.

Start the database server first, then tomcat:
1. Granting permissions to execute:
````
chmod +x mysql_start.sh
chmod +x tomcat_start.sh
chmod +x tomcat64/bin/catalina.sh
chmod +x mysql/mysql_install.sh
chmod +x java/java_install.sh
````
2. Start MySQL server:
````
./mysql_start.sh
````
3. Start Tomcat with Scada-LTS:
````
./tomcat_start.sh
````

0 comments on commit 53a0da7

Please sign in to comment.