Skip to content

huformation/HUFORMATION-i

Repository files navigation

HUFORMATION-i

Cafeteria & Library information delivery chatbot for Hankuk University Of Foreign Studies

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

openjdk

Installing

You need to install openjdk version 11

$ sudo add-apt-repository ppa:openjdk-r/ppa
$ sudo apt install openjdk-11-jdk

How to Build

$ ./gradlew clean build

Deployment

You should run the jar file on the server

Simple example (running on background)

$ java -jar ./build/libs/huformation-i*.jar

And, you must connect server with chat bot on Kakao-i Open Builder

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Aron Roh - Huformation Developer - roharon

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details