|
|
@@ -1,5 +1,12 @@ |
|
|
|
# Ticketing System
|
|
|
|
[![Build Status](https://travis-ci.org/binhonglee/TicketingSystem.svg?branch=master)](https://travis-ci.org/binhonglee/TicketingSystem) [![CircleCI](https://circleci.com/gh/binhonglee/TicketingSystem.svg?style=svg)](https://circleci.com/gh/binhonglee/TicketingSystem) [![Issue Count](https://codeclimate.com/github/binhonglee/TicketingSystem/badges/issue_count.svg)](https://codeclimate.com/github/binhonglee/TicketingSystem) |
|
|
|
[![Build Status](https://travis-ci.org/binhonglee/TicketingSystem.svg?branch=master)](https://travis-ci.org/binhonglee/TicketingSystem) |
|
|
|
[![CircleCI](https://circleci.com/gh/binhonglee/TicketingSystem.svg?style=shield)](https://circleci.com/gh/binhonglee/TicketingSystem) |
|
|
|
[![codecov](https://codecov.io/gh/binhonglee/TicketingSystem/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/TicketingSystem) |
|
|
|
|
|
|
|
[![Issue Count](https://codeclimate.com/github/binhonglee/TicketingSystem/badges/issue_count.svg)](https://codeclimate.com/github/binhonglee/TicketingSystem) |
|
|
|
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/binhonglee/TicketingSystem/blob/master/LICENSE) |
|
|
|
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) |
|
|
|
|
|
|
|
|
|
|
|
An overall system that records information about each vehicles and users.
|
|
|
|
|
|
|
@@ -9,11 +16,23 @@ For detailed code documentations, please visit [https://binhonglee.github.io/Tic |
|
|
|
|
|
|
|
This program is still in progress and is currently in a **NOT WORKING** condition. |
|
|
|
|
|
|
|
## Setting up and running it |
|
|
|
## Installation |
|
|
|
|
|
|
|
```sh |
|
|
|
$ git clone https://github.com/binhonglee/TicketingSystem.git |
|
|
|
$ cd TicketingSystem |
|
|
|
$ ./install.sh |
|
|
|
``` |
|
|
|
|
|
|
|
## Building and running it |
|
|
|
|
|
|
|
```sh |
|
|
|
$ ant build |
|
|
|
$ ./bin/main |
|
|
|
``` |
|
|
|
|
|
|
|
## Uninstallation |
|
|
|
|
|
|
|
```sh |
|
|
|
$ ./uninstall.sh |
|
|
|
``` |