https://github.com/amg262/cmscommerce
An actual working Alloy templated install of Optimizely CMS 12 + Commerce 14 site
https://github.com/amg262/cmscommerce
episerver-cms episerver-commerce optimizely
Last synced: 8 days ago
JSON representation
An actual working Alloy templated install of Optimizely CMS 12 + Commerce 14 site
- Host: GitHub
- URL: https://github.com/amg262/cmscommerce
- Owner: amg262
- Created: 2023-03-21T17:58:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T17:34:51.000Z (almost 3 years ago)
- Last Synced: 2025-12-27T01:59:12.803Z (4 months ago)
- Topics: episerver-cms, episerver-commerce, optimizely
- Language: C#
- Homepage:
- Size: 21.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alloy MVC template
This template should not be seen as best practices, but as a great way to learn and test Optimizely CMS.
## 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 an empty database on the external database server and update the connection string accordingly.
```bash
$ dotnet run
````