Releases: simplcommerce/SimplCommerce
Releases · simplcommerce/SimplCommerce
SimplCommerce 1.0.0-RC
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
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
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