Hi,
I would like to install GRAV locally to play with it prior installing on my webserver.
I have tried the approach described here:
https://learn.getgrav.org/16/basics/installation#running-grav-with-the-built-in-php-webserver-using-router-php
, but it seems that PHP needs to be installed because I get the following error:
Microsoft Windows [version 10.0.18362.1139]
(c) 2019 Microsoft Corporation. Tous droits réservés.E:\Programmes\GRAV\grav-admin>php -S localhost:8000 system/router.php
'php' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.E:\Programmes\GRAV\grav-admin>
Grav does not require a Database (but does need PHP of course), so is it there a lighter alternative to WAMP to install it on a Windows-10 PC ?
Unless I missed something with this approach...
Thank you