https://github.com/amg262/emptycommerce
Empty template Optimizely CMS 12 + Commerce 14
https://github.com/amg262/emptycommerce
episerver-cms episerver-commerce optimizely
Last synced: 9 months ago
JSON representation
Empty template Optimizely CMS 12 + Commerce 14
- Host: GitHub
- URL: https://github.com/amg262/emptycommerce
- Owner: amg262
- Created: 2023-03-22T14:14:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T16:18:02.000Z (almost 3 years ago)
- Last Synced: 2025-06-27T15:02:14.911Z (9 months ago)
- Topics: episerver-cms, episerver-commerce, optimizely
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Empty Commerce template
## How to run
Chose one of the following options to get started.
### Windows
Prerequisities
- .NET SDK 6+
- SQL Server 2016 Express LocalDB (or later)
```bash
$ dotnet run
````
### Any OS with Docker
Prerequisities
- Docker
- Enable Docker support when applying the template
```bash
$ docker-compose up
````
> Note that this Docker setup is just configured for local development. Follow this [guide to enable HTTPS](https://github.com/dotnet/dotnet-docker/blob/main/samples/run-aspnetcore-https-development.md).
### Any OS with external database server
Prerequisities
- .NET SDK 6+
- SQL Server 2016 (or later) on a external server, e.g. Azure SQL
Create two empty databases on the external database server and update the connection strings accordingly.
```bash
$ dotnet run
````