Giter VIP home page Giter VIP logo

helloworldproject's Introduction

HelloWorldProject

Where The Trash

INT206 Software Process Management Project
Link วิดิโอการทำงานของระบบ : https://youtu.be/1iE4Y0C3NP0
Link ตัวอย่างของระบบ : http://13.229.80.1:8080/HelloWorldProject-1.0

Getting started

หลังจากการ Clone Project ลงมาแล้ว ต้องมีการติดตั้งสิ่งที่ต้องใช้ในการ Run Project คือ

1. Apache Maven 

Download : http://maven.apache.org/download.cgi

$ cd HelloWorldProject
$ mvn clean install

จะใช้งานผ่าน Plugin ของ IDE เพื่อช่วยในการ config dependencies ในไฟล์ pom.xml 
See the POM file

2. Apache Tomcat

Download : https://tomcat.apache.org/download-80.cgi
และทำการติดตั้ง add Server บน NetBeans เลือก apache tomcat ตั้ง username password

3. MySQL Community Server 5.7

ทำการแก้ไขไฟล์ .bash_profile

# Add MySQL 
export MYSQL_ROOT=/usr/local/mysql 
export PATH=$MYSQL_ROOT/bin:$PATH

เปิดโปรแกรม terminal แล้วพิมพ์คำสั่ง

mysql -u root -p

ตัว terminal จะแสดง Enter password: ให้ใส่ temporary password ที่ได้มา และตั้งค่ารหัสใหม่ โดยใช้คำสั่ง

SET PASSWORD = PASSWORD('รหัสผ่านที่ต้องการ'); 

ปล. สามารถจัดการเกี่ยวกับ database ผ่านทาง command line ได้ หรือจะใช้โปรแกรม MySQL Workbench เพื่อความสะดวกที่มากขึ้น (สามารถดาวน์โหลดได้ที่ https://dev.mysql.com/downloads/workbench/ )

Config Properties

สร้างไฟล์ config.properties ใน /src/main/resoures โดยใส่

dburl=${databaseURL}
dbuser=${databaseUsername}
dbpassword= ${databasePassword}

Members

58130500002 นายกษิดิศ ศรีจันทรากูล
58130500010 นายคมวัฏ โชติพิพัฒน์วงศ์
58130500014 นางสาวจิดาภา สิกพันธ์
58130500031 นางสาวณิชชรีย์ ศานติวงศ์สกุล
58130500040 นางสาวนทภรรตรี บุญธรรม
58130500043 นางสาวนฤภร เรืองสาย

helloworldproject's People

Contributors

jidapamy avatar maczker avatar kurommnk avatar stampstood avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.