The project is about Food Truck Management System(FTMS) to track order, supply and equipment for buisiness.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the project into your local directory. If you use command line, you can run git clone git@github.com:Fall2016-ECSE321/Team-9.git
There are three plateforms that will support the FTMS: Desktop/Laptop, Mobile and Web Browser. Therefore, below will guide you through on how to running the app on different platform.
There are three ways to run the application:
** Upon storing data, the FTMS will generate a data.xml file to track your saved data
***Important before running the build.xml with ant -- Make sure to Edit the build.xml file for path to Junit lib in the line4, if using commandline, here is the instructions:
####### Edit the build.xml : nano build.xml
####### Goto line 4 to change the value: Instead of value="../../../../../Documents/eclipse/" please input local path to eclipse.
####### Save the build.xml click: ctrl + x keys, then y key and then enterkey.
STEP 1 - Go to Web directory and copy FoodTruckManagmentSystem folder to XAMPP/htdocs/ directory of local computer
** It is possible that your permission of data file is not be able to write.
** If it is the case, change data.xml permission. This is the commandline instruction chmod 777 data.xml.
Below are the list of contributor that participated in this project.