first commit

This commit is contained in:
2021-03-05 09:37:23 +01:00
parent bfa5e61d5e
commit a184461e1d
3 changed files with 23 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
,ouidade,localhost.localdomain,04.03.2021 16:51,file:///home/ouidade/.config/libreoffice/4;
+23
View File
@@ -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 ladmin)
bin/plugin login newuser (créer un nouvel utilisateur)
BIN
View File
Binary file not shown.