Versions Compared

Key

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

1. Install Prerequisites

Thai

ติดตั้งข้อกำหนดเบื้องต้น


  • Install the Java Development Kit (JDK)

    Thai

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

    • Download the Java Development Kit (JDK) 8 from http://www.oracle.com/technetwork/java/javase/downloads/index.html

      Thai

      ดาวน์โหลด Java Development Kit (JDK) 8 จาก http://www.oracle.com/technetwork/java/javase/downloads/index.html

    • 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.
      • For Windows 10, go to Control Panel > System and Security > System > Advanced System Settings.
      • Click the Environment Variables button.
      • Under System Variables, click New.
      • In the Variable Name field, enter JAVA_HOME
      • In the Variable Value field, enter the JDK installation path, e.g: C:\Program Files\Java\jdk1.8.0_77


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

        • คลิกปุ่ม Environment Variables

        • ภายใต้ตัวแปรของระบบคลิก New
        • ในฟิลด์ชื่อตัวแปรป้อน JAVA_HOME

        • ในฟิลด์ค่าตัวแปรให้ป้อนเส้นทางการติดตั้ง JDK เช่น C: \ Program Files \ Java \ jdk1.8.0_77



  • 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

    • Follow the installation instructions at 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:

      • In Windows 8 go to Control Panel > System > Advanced System Settings.
      • For Windows 10, go to Control Panel > System and Security > System > Advanced System Settings.
      • Click the Environment Variables button.
      • Under System Variables, select the variable Path and click 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

  • Install Git

    Thai

    ติดตั้ง Git

...