Important Compatibility Note: This application and all associated deployment scripts are specifically tailored for the Ubuntu operating system and command environment. While Docker and Docker Compose facilitate some level of portability, the unique configurations and scripts provided here are optimized for Ubuntu and may not work as intended on other platforms.
The Online Track System is designed to provide real-time tracking and status updates for various entities. This system is particularly useful for applications requiring constant monitoring and updates, such as logistics, asset management, and personal tracking.
- Real-time tracking of entities
- Status update functionality
- Interactive web interface for easy access and monitoring
- Scalable architecture to support a large number of trackable entities
Before you begin, ensure you have met the following requirements:
- Docker and Docker Compose installed on your machine
- Python 3 or higher
- Install Docker and Docker Compose.
- Install Python 3
sudo apt-get install python3
sudo apt-get upgrade -y && sudo apt-get update -y
git clone https://github.com/TimofeyDE/web_tracking_system.git
cd web_tracking_system
Docker container is started in the background mode.
./server_deployment
The client is created as a daemon and started automatically when the system is boot up.
sudo ./client_deployment