SimplCommerce Versions Save

A simple, cross platform, modulith ecommerce system built on .NET

v1.0.0-rc

5 years ago

To run the application, just download the zip file above according to your OS. NO additional installation, configuration needed.

On Windows: Double click on the file SimplCommerce.WebHost.exe On Mac: Open the Terminal, navigate to the extracted folder type ./SimplCommerce.WebHost then Enter

1.0-beta

6 years ago

To run the application, just download the zip file above according to your OS. NO additional installation, configuration needed.

  • On Windows: Double click on the file SimplCommerce.WebHost.exe
  • On Mac: Navigate to the extracted folder type ./SimplCommerce.WebHost then Enter

v0.1-netcore1.1.2

6 years ago

Docker:

docker run --name simpldb -d postgres

docker run --name simplsite -d -p 5000:5000 --link simpldb:simpldb simplcommerce/simplcommerce:v0.1-netcore1.1.2