25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 1.6 KiB

7 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Ticketing System
  2. [![Build Status](https://travis-ci.org/binhonglee/TicketingSystem.svg?branch=master)](https://travis-ci.org/binhonglee/TicketingSystem)
  3. [![CircleCI](https://circleci.com/gh/binhonglee/TicketingSystem.svg?style=shield)](https://circleci.com/gh/binhonglee/TicketingSystem)
  4. [![codecov](https://codecov.io/gh/binhonglee/TicketingSystem/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/TicketingSystem)
  5. [![Issue Count](https://codeclimate.com/github/binhonglee/TicketingSystem/badges/issue_count.svg)](https://codeclimate.com/github/binhonglee/TicketingSystem)
  6. [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/binhonglee/TicketingSystem/blob/master/LICENSE)
  7. [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
  8. An overall system that records information about each vehicles and users.
  9. For detailed code documentations, please visit [https://binhonglee.github.io/TicketingSystem/docs/](https://binhonglee.github.io/TicketingSystem/docs/).
  10. ##### Disclaimer:
  11. This program is still in progress and is currently in a **NOT WORKING** condition.
  12. ## Requirements
  13. 1. Git
  14. 2. JDK
  15. 3. Apache Ant
  16. 4. (Mac) jsoncpp or brew
  17. ## Installation
  18. ```sh
  19. $ git clone https://github.com/binhonglee/TicketingSystem.git
  20. $ cd TicketingSystem
  21. ```
  22. #### Ubuntu/Mint
  23. ```sh
  24. $ ./install.sh
  25. ```
  26. #### Mac
  27. ```sh
  28. $ ./mac_install.sh
  29. ```
  30. ## Building and running it
  31. ```sh
  32. $ ant build
  33. $ ./bin/main
  34. ```
  35. ## Uninstallation
  36. #### Ubuntu/Mint
  37. ```sh
  38. $ ./uninstall.sh
  39. ```
  40. #### Mac
  41. ```sh
  42. $ ./mac_uninstall.sh
  43. ```