Skip to content

Releases: simplcommerce/SimplCommerce

SimplCommerce 1.0.0-RC

16 Jun 12:46
Compare
Choose a tag to compare
Pre-release

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

SimplCommerce v1.0-beta

22 Feb 18:35
Compare
Choose a tag to compare
Pre-release

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

.netcore runtime 1.1.2, sdk 1.0.4

15 May 15:55
Compare
Choose a tag to compare
Pre-release

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