Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 956 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 956 Bytes

PARCELMAN

A simple Parcel Manager for any Learning Institution. This package is specifically made for a particular Polytechnic in Johor.

Here's an example of the system: Parcelman

  • To run this app locally, these are the minimum requirement:
    • A LAMP Stack, or for example XAMPP with PHP version 5.4 and above

Installation

Make sure your Apache and MySQL server is running.

  • Download the files from this repo and place it into the webroot, for example if you're using XAMPP (assuming its on a standard installation), navigate to C:\xampp\htdocs and type git clone --recursive http://github.com/r0lodex/parcelman parcelman
  • Import server/dump.sql into your database. How To
  • Open up your browser and head on to http://localhost/parcelman and you're done.