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
$ git clone https://github.com/spurtcommerce/docker-spurtcommerce.git
Having already built the Docker images you can run docker compose without the --build flag.
$ sudo docker compose up
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)
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.