dariusz-wozniak / OptimizelyFoundation

Optimizely Foundation fork

Home Page:https://docs.developers.optimizely.com/digital-experience-platform/v1.2.0-dxp-cloud-services/docs/optimizely-foundation-demo-sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundation

Latest version

This version is built for net6.0. For the legacy full framework version please use the full-framework/master

Foundation

Foundation offers a starting point that is intuitive, well-structured and modular allowing developers to explore CMS, Commerce, Personalization, Search amd Navigaion, Data Platform and Experimentation.


Prerequisites

You will need these to run locally on your machine.

Net 6 sdk is required to use with visual studio. Runtime maybe sufficent to just run the application.

Node JS

Mac/Linux

Docker

Windows

Sql Server


The Solution

Foundation has a default username and password of admin@example.com / Episerver123!


Installation

Windows

open command prompt as administrator
git clone https://github.com/episerver/Foundation.git
cd foundation
git checkout main
setup.cmd 
dotnet run --project .\src\Foundation\Foundation.csproj

Mac

Open a Terminal window
git clone https://github.com/episerver/Foundation.git
cd Foundation
git checkout main
chmod u+x setup.sh
./setup.sh
dotnet run --project ./src/Foundation/Foundation.csproj

Linux

Open a bash terminal window
git clone https://github.com/episerver/Foundation.git
cd Foundation
git checkout main
chmod u+x setup.sh
./setup.sh
dotnet run --project ./src/Foundation/Foundation.csproj

View the site

After completing the setup steps and running the solution, access the site at http://localhost:5000.

To change the default port, modify the file /src/Foundation/Properties/launchSettings.json.


About

Optimizely Foundation fork

https://docs.developers.optimizely.com/digital-experience-platform/v1.2.0-dxp-cloud-services/docs/optimizely-foundation-demo-sites

License:Apache License 2.0


Languages

Language:C# 61.5%Language:HTML 24.4%Language:JavaScript 9.6%Language:SCSS 3.8%Language:CSS 0.2%Language:Batchfile 0.2%Language:TSQL 0.2%Language:Shell 0.1%Language:ASP.NET 0.0%