Skip to content

Releases: simplcommerce/SimplCommerce

SimplCommerce 1.0.0-RC

Pre-release

Choose a tag to compare

@thiennn thiennn released this 16 Jun 12:46

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

Pre-release

Choose a tag to compare

@thiennn thiennn released this 22 Feb 18:35

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

Pre-release

Choose a tag to compare

@thiennn thiennn released this 15 May 15:55

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