From 58b96c5be38276e8a9346099afcd3f3272987aeb Mon Sep 17 00:00:00 2001 From: YaFedImYaEatIm Date: Mon, 19 Sep 2016 16:22:14 +1200 Subject: [PATCH] Updated how to run and necessary Files needed to run this Program --- README.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index ae7ed76..4b5f8e6 100644 --- a/README.txt +++ b/README.txt @@ -5,6 +5,12 @@ To Import this project: git clone https://eng-git.canterbury.ac.nz/fwy13/SENG202.git Open your preferred IDE and then Import Maven Project. +To Run: +Double click seng202_2016_team9_phase2.jar this will run the Application. + +Necessary Files: +/res/userdb.db + Getting started: The application is shipped with all the example data files pre loaded into the database. If the user wants add more data from a file then they can select a file to import using File -> Import where data is the type of data you are @@ -17,4 +23,4 @@ The raw data pages has the ability to add data by filling in the fields and pres The raw data pages for Airline, Airport and Routes can also filter/search through the data by typing in the fields needed and pressing Go. The Analyse button in the raw data will take you to a graph if it has been implemented. -There is only one option currently in the Analysis tab, which calculates the distance between two airports in the database. \ No newline at end of file +There is only one option currently in the Analysis tab, which calculates the distance between two airports in the database.