/dhdc3

Primary LanguageJavaScript

#DHDC 3.0 Plugable by DHDC Team


ขั้นตอนการเตรียมระบบ และการดาวน์โหลด

(1) #cd webroot

(2) #wget http://203.157.118.123/dhdc3/dhdc3.zip

(3) #unzip dhdc3.zip

(4) #cd dhdc3

(5) #wget http://203.157.118.123/dhdc3/vendor.zip

(6) #unzip vendor.zip

(7) #cd ..

(8) #chmod -R 0777 dhdc3

(9) download http://203.157.118.123/dhdc3/databases.zip

(10) Linux OS แก้ไข httpd.conf ส่วน AllowOverRide All


ขั้นตอนการติดตั้งระบบ

(1) สร้างฐานชื่อ dhdc3 กำหนด Collation เป็น utf8_general_ci (กรณี upgrade จาก dhdc2 ข้ามไปข้อ 2 )

(2) ตั้งค่าการเชื่อมต่อฐานข้อมูลที่ไฟล์ dhdc3/common/config/connect_database.php

(3) Restore ไฟล์ฐานข้อมูลใน databases.zip เรียงลำดับตามหมายเลข (กรณี upgrade โปรดระมัดระวังการเลือกไฟล์หมายเลข 1 ผิด)

(4) Login = admin ,123456

(5) จัดการระบบ - ตั้งค่าอำเภอ (ต้องทำก่อนการประมวลผลครั้งแรก!!!)

(6) จัดการระบบ - จัดการผู้ใช้ - create new user , สิทธิใช้งาน - มอบหมายสิทธิ

(7) จัดการระบบ - ประมวลผล กดปุ่ม 1 และ 2 (สังเกต Transform Process และ System Process)

(8) จัดการระบบ - Plugins


การติดตั้ง Plugins

โปรดอ่าน dhdc3/moules/การติดตั้ง.txt


Programmer Section

(1) git -commit

(2) git -remote -push หรือ git -remote -push to upstream ( ถ้า push ไม่ได้ให้ merge หรือ ทำข้อ (2.1) แล้วทำข้อ (3) )

(2.1) git -remote -pull -merge

(3) git -remote -push

=============