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
      • In the ในฟิลด์ Variable Value field , enter the JDK installation path e.g. ป้อนเส้นทางที่ติดตั้ง JDK เช่น C:\Program Files\Java\jdk1.8.0_77


  • Install 

    ติดตั้ง MySQL.

  • Install

    ติดตั้ง 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 7 right click คลิกขวา My Computer and select  และเลือก Properties > Advanced.

      • In ใน Windows 8 go to ไปที่ Control Panel > System > Advanced System Settings.
      • Click the คลิกปุ่ม Environment Variables button.
      • Under ภายใต้ System Variables, select the variable Path and click ให้เลือกตัวแปร Path และคลิก 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 Client

2.

...

ติดตั้ง 3rd Party Libraries

Code Block
cd install-libraries
install_win.bat

...