This repository contains a self-contained PageCore installation and the Cortex
marketing site. The original Design Canvas proposal is preserved under
design-source/.
Requirements:
- PHP 7.4+ with the standard
fileinfoextension - PowerShell
- Node.js/npm only when using the
npmshortcuts below
npm run startAlternatively, run scripts/Start-Cortex.ps1 directly. The script uses PHP
from PATH; set PAGECORE_PHP_EXE to an explicit executable when needed.
Then open:
- Website:
http://127.0.0.1:8770/ - CMS:
http://127.0.0.1:8770/cms/login.php?next=/
MVP credentials:
- Username:
admin - Password:
cortex-demo
Change the password hash in cms/config.php before shared or production use.
For deployment, the username and password hash can be supplied without editing
the repository through PAGECORE_ADMIN_USERNAME and
PAGECORE_ADMIN_PASSWORD_HASH.
home/herofeatures/introdocs/intropricing/intro
Navigation is stored in content/nav.json. Uploaded media is stored in
uploads/, with the current Cortex WebUI preview already registered in the
media library.