1.
...
ข้อกำหนดเบื้องต้นในการติดตั้ง
- Install the
ติดตั้ง Java Development Kit (JDK)
Download the ดาวน์โหลดชุดพัฒนา Java Development Kit (JDK) 8 from จาก 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
Set ตั้ง JAVA_HOME:
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, click คลิก New.
- In the ในฟิลด์ Variable Name fieldName , enter ป้อน JAVA_HOME
In the Variable Value field, enter the JDK installation path e.g. C:\Program Files\Java\jdk1.8.0_77
Install MySQL.
Download MySQL Server 5.5 or above from http://dev.mysql.com/downloads/mysql/
Follow the installation instructions at http://dev.mysql.com/doc/en/windows-installation.html
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 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
Download and install the Git client from https://git-scm.com/download/win
...