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 && cd docker-spurtcommerce
Having already built the Docker images you can run docker compose command
docker compose up
If the above command gives an error, try running it with sudo
:
sudo docker compose up
Parameter | Function |
---|---|
-p 8000 |
The port for the spurtcommerce api |
-p 3001/admin |
Angular Frontend - Admin |
-p 3001/seller |
Angular Frontend - Seller |
Then SpurtCommerce Is Ready On localhost:3001/seller and localhost:3001/admin
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:
If you require any premium support, feel free to write to [email protected].