Versions Compared

Key

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

...

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

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

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

    • ตั้ง JAVA_HOME:

      • ใน Windows 7 คลิกขวา My Computer และเลือก Properties > Advanced.

      • ใน Windows 8 ไปที่ Control Panel > System > Advanced System Settings.
      • คลิกปุ่ม Environment Variables.
      • ภายใต้ System Variables, คลิก New.
      • ในฟิลด์ Variable Name , ป้อน JAVA_HOME
      • ในฟิลด์ Variable Value , ป้อนเส้นทางที่ติดตั้ง JDK เช่น C:\Program Files\Java\jdk1.8.0_77


  • ติดตั้ง MySQL.

  • ติดตั้ง Apache Maven

    • ดาวน์โหลด Apache Maven 2.2.1 หรือสูงกว่าจาก https://maven.apache.org/download.cgi

    • ทำตามคำแนะนำติดตั้งที่ 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:

      • ใน Windows 7 คลิกขวา My Computer และเลือก Properties > Advanced.

      • ใน Windows 8 ไปที่ Control Panel > System > Advanced System Settings.
      • คลิกปุ่ม Environment Variables.
      • ภายใต้ System Variables, ให้เลือกตัวแปร Path และคลิก Edit.
      • ในฟิลด์ Variable Value , append the Maven path (เช่น C:\Program Files\apache-maven-3.3.9\bin) to the current path


  • ติดตั้ง Git Client

...