Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 2.31 KB

README.md

File metadata and controls

75 lines (49 loc) · 2.31 KB

Overview

This is the official repository of Spurtcommerce. Using these Docker Images, you can easily deploy Spurtcommerce Multi-Vendor Marketplace in your local server.

Start Spurtcommerce with Docker Compose

By following these two simple commands, you can quickly launch Spurtcommerce in your local server.

Additionally, you should have docker and docker-compose installed on your system.

If you have not yet installed Docker in your local server, then follow this first step.

 $ sudo snap install docker 

Step 1 :

 $ git clone https://github.com/spurtcommerce/docker-spurtcommerce.git 

Having already built the Docker images you can run docker compose without the --build flag.

Step 2 :

 $ sudo docker compose up 

Spurtcommerce port

Your local Spurtcommerce setup is now running with each of the services occupying the following ports:

Parameter Function
-p 8080 The port for the spurtcommerce api
-p 4000 The port for the chat Socket
-p 80 Angular Frontend - Admin , Vendor and Store

Then SpurtCommerce Is Ready On localhost:{your-port} or default localhost/(hostname)

Avilable Images

Spurtcommerce maintains multiple build images for testing new development as well as supporting legacy builds. Each image uses a different version of Ubuntu Linux, with a slightly different list of included language and software versions.
The following image is currently available:


Should you require any premium support, feel free to write to support@spurtcommerce.com.