Welcome to TrackSys, a user-friendly order tracking system designed for administrators and customers. This guide will help you install and run TrackSys with ease.
TrackSys is built using PHP and MySQL. It enables admins to manage orders effectively and allows customers to track their shipments in real-time. Here are key features you will enjoy:
Before you get started, ensure your system meets the following requirements:
Follow these steps to set up TrackSys on your local machine.
Go to the Releases page to download the latest version of TrackSys.
On the Releases page, find the latest version of TrackSys. Click on the file to start the download. The file will typically be in a compressed format, such as .zip or .tar.gz.
Once the download completes, locate the downloaded file on your computer. Right-click on the file and select βExtractβ or βUnzipβ to access the contents.
Upload the extracted files to your web server. You can use an FTP client like FileZilla to transfer the files. Place them inside your web serverβs public directory (often named public_html or www).
Create a Database: Access your MySQL database management tool (such as phpMyAdmin) and create a new database for TrackSys.
Import Database Schema: Inside the TrackSys folder, locate the SQL file (usually named tracksys.sql). Use phpMyAdmin to import this file into the database you just created.
Locate the configuration file (usually named config.php or .env).
Open this file in a text editor. Update the following settings with your database details:
localhost)Open your web browser and navigate to the URL where you uploaded TrackSys. You should see the TrackSys login page.
If this is your first time using TrackSys, you might need to create an admin account. Follow the prompts on the screen to register.
To keep TrackSys running smoothly, regularly check the Releases page for updates. Follow the same installation steps to replace the old version with the new one.
If you encounter any issues, please refer to the projectβs issues section for assistance. You may also find helpful tips and FAQs in our documentation.
TrackSys is open-source software. You can modify it per your needs but must comply with the terms laid out in the license.
Thank you for choosing TrackSys! We hope this tool makes your order tracking experience seamless.