SureCommerce

Documentation Index & Quick Navigation

Quick Install

Setup the system in minutes using Docker or local server.

→ readme.txt

Full Guide

Complete installation with server config & troubleshooting.

→ install.html

User Manual

Learn all features & system workflows step-by-step.

→ user-guide.html

FAQ

Common questions and quick solutions.

→ faq.html

Update

Upgrade the system safely with rollback instructions.

→ update.txt

Requirements

Check server compatibility before installing.

→ requirements.txt

Installation Methods

  • Docker (recommended for testing): Fastest setup, pre-configured PHP/MySQL/Nginx.
  • XAMPP / MAMP / WAMP: Local development on Windows or Mac.
  • Production Server: VPS, dedicated server, or shared hosting with SSH.

After Installation

  • Login: yourdomain.com/admin
  • Configure mail settings via Admin → Settings → Email Configuration
  • Set up product categories, brands, and labels
  • Import products via Excel (Admin → Products → Import)
  • Customize theme, menu, and site settings
  • Configure payment methods
Tip for Reviewers: Use Docker for the fastest demo setup. Run docker-compose up -d then docker exec -it surecommerce_php php artisan cms:install.