Old working versions of Episerver CMS for testing.
- Clone the version you want.
- Open the solution in Visual Studio.
- Use NuGet to restore packages (assuming you have the Episerver Nuget feed added already).
- Right click on the
App_Data
folder in the VS Solution Explorer, select Add -> New Item. Add a SQL Server Database called 'EPiServerDB.mdf'. - Run
Initialize-EPiDatabase
in the Package Manager Console. - Start the site without debugging in Visual Studio.
- Visit http://localhost:YOURPORT/hax.aspx to create an user with username:
Administrator
password:Administrator
. - Access the site at http://localhost:YOURPORT/episerver using
Administrator/Administrator
.