Install GRAV on WSL based off Ubuntu
Published: Nov 25, 2023
- 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
🍉