programme.html.twig/.yalm/.md
This commit is contained in:
@@ -4,35 +4,38 @@
|
||||
|
||||
- intall grav avec composer
|
||||
|
||||
```composer create-project getgrav/grav ~/webroot/grav```
|
||||
```composer create-project getgrav/grav ~/webroot/grav```
|
||||
|
||||
- lance serveur local
|
||||
```cd ~/webroot/nomdusite```
|
||||
```php -S localhost:8000 system/router.php```
|
||||
Fenêtre à laisser ouverte!
|
||||
|
||||
```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)
|
||||
```cd ~/webroot/nomdusite```
|
||||
```bin/gpm selfupgrade``` (mise à jours)
|
||||
|
||||
```bin/gpm install admin``` (installe l’admin)
|
||||
```bin/gpm install admin``` (installe l’admin)
|
||||
|
||||
```bin/plugin login newuser``` (créer un nouvel utilisateur)
|
||||
```bin/plugin login newuser``` (créer un nouvel utilisateur)
|
||||
|
||||
|
||||
|
||||
# Pour lancer le sites
|
||||
# Pour lancer le site
|
||||
|
||||
```cd ~/chemin/dudossier/dev-epau.archi.fr```
|
||||
```cd ~/chemin/dudossier/dev-epau.archi.fr```
|
||||
|
||||
pour premier lancement
|
||||
pour premier lancement
|
||||
|
||||
```php bin/grav install```
|
||||
```php bin/grav install```
|
||||
|
||||
ensuite
|
||||
```php -S localhost:8000 system/router.php```
|
||||
Fenêtre à laisser ouverte!
|
||||
ensuite
|
||||
```php -S localhost:8000 system/router.php```
|
||||
Fenêtre à laisser ouverte!
|
||||
|
||||
```bin/gpm install admin``` (installe l’admin)
|
||||
```bin/gpm install admin``` (installe l’admin)
|
||||
|
||||
récupérer les comptes
|
||||
récupérer les comptes
|
||||
|
||||
Reference in New Issue
Block a user