This template should not be seen as best practices, but as a great way to learn and test Optimizely CMS.
Chose one of the following options to get started.
Prerequisities
- .NET SDK 6+
- SQL Server 2016 Express LocalDB (or later)
$ dotnet run
Prerequisities
- Docker
- Enable Docker support when applying the template
$ docker-compose up
Note that this Docker setup is just configured for local development. Follow this guide to enable HTTPS.
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.
$ dotnet run