Folder Structure
After extracting the main package, you will see the following structure:
📦 Project-Package
├── 📁 Install.zip
├── 📁 Update.zip
├── 📁 Docker
├── 📁 Docker_Update
└── 📁 Documentation📁 Install.zip
Used for fresh installation on a shared hosting server.
Contains:
- Installation setup files for cPanel
📁 Update.zip
Used to update the project on a shared hosting server.
Contains:
- Installation update files for cPanel
- Migration or patch files (if applicable)
📁 Docker
Used for installation via Docker environment.
⚠️ Requires a VPS or dedicated server with Docker installed.
Contains:
- Docker configuration files
- Docker Compose setup
- Application source code(Frontend & Backend)
📁 Docker_Update
Used to update the project in a Docker-based environment.
Contains:
- Updated source code
- Updated Docker configuration (if required)
📁 Documentation
Contains complete documentation including:
- Installation Guide
- Update Guide
- Server Requirements
- Payment Gateway Setup
- Configuration Instructions