Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Limraj authored Jun 21, 2023
1 parent 5bf1623 commit 1f442c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
## 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.

1. Download and unzip to linux-installer-1.x.x dir: [linux-installer-1.1.1.zip](https://github.com/SCADA-LTS/linux-installer/releases/download/v1.1.1/linux-installer-1.1.1.zip)
2. You may need to set execute permissions, in linux-installer-1.0.0 execute:
1. Download and unzip to linux-installer-1.x.x dir: [linux-installer-1.1.2.zip](https://github.com/SCADA-LTS/linux-installer/releases/download/v1.1.2/linux-installer-1.1.2.zip)
2. You may need to set execute permissions, in linux-installer-1.1.2 execute:
````
chmod +x mysql_start.sh
chmod +x tomcat_start.sh
chmod +x tomcat64/bin/catalina.sh
chmod +x tomcat64/server/bin/catalina.sh
chmod +x mysql/mysql_install.sh
chmod +x java/java_install.sh
````
Expand Down

0 comments on commit 1f442c4

Please sign in to comment.