|
@@ -28,9 +28,20 @@ This program is still in progress and is currently in a **NOT WORKING** conditio |
|
|
```sh |
|
|
```sh |
|
|
$ git clone https://github.com/binhonglee/TicketingSystem.git |
|
|
$ git clone https://github.com/binhonglee/TicketingSystem.git |
|
|
$ cd TicketingSystem |
|
|
$ cd TicketingSystem |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
#### Ubuntu/Mint |
|
|
|
|
|
|
|
|
|
|
|
```sh |
|
|
$ ./install.sh |
|
|
$ ./install.sh |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
#### Mac |
|
|
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
|
$ ./mac_install.sh |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
## Building and running it |
|
|
## Building and running it |
|
|
|
|
|
|
|
|
```sh |
|
|
```sh |
|
@@ -40,6 +51,14 @@ $ ./bin/main |
|
|
|
|
|
|
|
|
## Uninstallation |
|
|
## Uninstallation |
|
|
|
|
|
|
|
|
|
|
|
#### Ubuntu/Mint |
|
|
|
|
|
|
|
|
```sh |
|
|
```sh |
|
|
$ ./uninstall.sh |
|
|
$ ./uninstall.sh |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
#### Mac |
|
|
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
|
$ ./mac_uninstall.sh |
|
|
|
|
|
``` |