Skip to main content

Grav

Install GRAV on WSL based off Ubuntu

·65 words·1 min
Install WSL (powershell command as admin “wsl –login”) Inside WSL upon installation install php download latest version of grav with admin console, expand in your non-root user account CD to the grav directory Run “php -S localhost:8000 system/router.php” Access Grav at localhost:8000/admin on the browser of your windows machine install any component that Grav complains about (generally PHP libraries) your site is at localhost:8000 🍉