Video coming soon…

🛒 Setup Bagisto — Laravel-Based E-Commerce Platform

Deploy Bagisto on Ubuntu with Docker — a full-featured open-source e-commerce platform built on Laravel and Vue.js, with multi-store, multi-currency, and a rich admin panel, on port 8198.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

⚠️ Automated install script — deploys Bagisto with MySQL on port 8198. It ships with well-known upstream defaults (admin@example.com / admin123 and a default database password) — change them immediately and never expose this instance publicly as-is.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ecommerce/bagisto/bagisto-ubuntu.sh
chmod +x bagisto-ubuntu.sh
sudo bash bagisto-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ecommerce/bagisto/bagisto-ubuntu.sh

2 Make it Executable

chmod +x bagisto-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts Bagisto with its MySQL database on port 8198. Note that the upstream image uses default database credentials and a default admin login, so treat this as a demo setup until you harden it.

sudo bash bagisto-ubuntu.sh

4 Log In and Change the Default Credentials

Open the admin panel at /admin, sign in with the default admin@example.com / admin123, and change that password immediately before doing anything else:

http://<your-server-ip>:8198/admin

Ports Used

PortPurpose
8198Storefront (host → container 80); admin panel at /admin
⚠️ admin@example.com / admin123Upstream default login — change it immediately
⚠️ Default DB passwordUpstream default — change before any real use
MySQLInternal — products, orders, and customer records

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions