|
@@ -148,3 +148,26 @@ To run phpstan tests, you should run:
|
|
|
* `composer phpstan` for global tests
|
|
|
* `composer phpstan-framework` for more strict tests
|
|
|
* `composer phpstan-plugins` to test all installed plugins
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+# EPAU REad ME
|
|
|
+
|
|
|
+
|
|
|
+- intall grav avec composer
|
|
|
+
|
|
|
+composer create-project getgrav/grav ~/webroot/grav
|
|
|
+- lance serveur local
|
|
|
+cd ~/webroot/nomdusite
|
|
|
+php -S localhost:8000 system/router.php
|
|
|
+Fenêtre à laisser ouverte!
|
|
|
+
|
|
|
+
|
|
|
+- dans autre fenetre, installer version admin
|
|
|
+cd ~/webroot/nomdusite
|
|
|
+bin/gpm selfupgrade (mise à jours)
|
|
|
+
|
|
|
+bin/gpm install admin (installe l’admin)
|
|
|
+
|
|
|
+bin/plugin login newuser (créer un nouvel utilisateur)
|