Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Install the Java Development Kit (JDK)

    Thai

    ติดตั้ง Java Development Kit (JDK)

    • We recommend the use of the LTS version of Java 11. Java

      Download the Java Development Kit (JDK)   1117 from https://www.oracle.com/java/technologies/downloads/#java11 or  or https://adoptium.net/en-GB/temurin/releases/?version=11

      Info
      titleIMPORTANT

      17

      (LTS) is not supported at the moment.

    • Follow the installation instructions at https://docs.oracle.com/javase/8/docs/technotes/guides/install/windows_jdk_install.html

      Thai

      ทำตามคำแนะนำการติดตั้งที่ https://docs.oracle.com/javase/8/docs/technotes/guides/install/windows_jdk_install.html

    • Set JAVA_HOME:

      Thai

      ชุด JAVA_HOME:


      • For Windows 8, go to Control Panel > System > Advanced System Settings.

        Thai

        สำหรับ Windows 8 ไปที่ Control Panel > System > Advanced System Settings.

      • For Windows 10, go to Control Panel > System and Security > System > Advanced System Settings.

        Thai

        สำหรับ Windows 10 ให้ไป Control Panel > System and Security > System > Advanced System Settings

      • Click the Environment Variables button.

        Thai

        คลิกปุ่ม Environment Variables

      • Under System Variables, click New.

        Thai

        ภายใต้ตัวแปรของระบบคลิก New

      • In the Variable Name field, enter JAVA_HOME

        Thai

        ในฟิลด์ชื่อตัวแปรป้อน JAVA_HOME

      • In the Variable Value field, enter the JDK installation path, e.g: C:\Program Files\Java\jdk-1117.x.xx.x

        Thai

        ในฟิลด์ค่าตัวแปรให้ป้อนเส้นทางการติดตั้ง JDK เช่น C: \ Program Files \ Java \ jdk-1117.x.xx.x

  • Install MySQL.

    Thai

    ติดตั้ง MySQL

  • Install Apache Maven

    Thai

    ติดตั้ง Apache Maven

    • Download Apache Maven 2.2.1 or above from https://maven.apache.org/download.cgi

      Thai

      ดาวน์โหลด Apache Maven 2.2.1 ขึ้นไป https://maven.apache.org/download.cgi

    • Follow the installation instructions at https://maven.apache.org/install.html

      Thai

      ทำตามคำแนะนำการติดตั้งที่ https://maven.apache.org/install.html


    • Please ensure that the "mvn" command can be executed from the command line by adding it to the PATH:

      Thai

      โปรดตรวจสอบให้แน่ใจว่าคำสั่ง "mvn" สามารถดำเนินการได้จากบรรทัดคำสั่งโดยเพิ่มลงใน PATH:

      • In Windows 8 go to Control Panel > System > Advanced System Settings.

        Thai

        ใน Windows 8 ไปที่ Control Panel > System > Advanced System Settings.

      • For Windows 10, go to Control Panel > System and Security > System > Advanced System Settings.

        Thai

        สำหรับ Windows 10 ไปที่ Control Panel > System and Security > System > Advanced System Settings.

      • Click the Environment Variables button.

        Thai

        คลิกปุ่ม Environment Variables

      • Under System Variables, select the variable "Path" and click Edit.

        Thai

        ภายใต้ตัวแปรระบบให้เลือกเส้นทางตัวแปรและคลิก Edit

      • In the Variable Value field, append the Maven path (e.g. C:\Program Files\apache-maven-3.3.9\bin) to the current path

        Thai

        ในฟิลด์ค่าตัวแปรให้เพิ่มเส้นทาง Maven (เช่น C: \ Program Files \ apache-maven-3.3.9 \ bin) ต่อท้ายเส้นทางปัจจุบัน

  • Install Git

    Thai

    ติดตั้ง Git

...