This commit is contained in:
2021-05-06 14:40:08 +02:00
parent 7cf494b50d
commit 15bb6e261a
4 changed files with 38 additions and 3296 deletions
+1
View File
@@ -0,0 +1 @@
,ouidade,localhost.localdomain,06.05.2021 12:43,file:///home/ouidade/.config/libreoffice/4;
+35 -38
View File
@@ -1,47 +1,44 @@
#Installation site GIP EPAU en local
#Installation site GIP EPAU
### From GitHub
1. Launch a **terminal** or **console** and navigate to the webroot folder:
```
$ cd path/on/your/computer
$ git clone -b master https://figureslibres.io/gogs/ouidade/dev-epau.archi.fr.git
```
2. Install vendor dependencies via composer:
```
$ cd path/on/your/computer/dev-epau.archi.fr
$ composer install --no-dev -o
```
3. Install the **plugin** and **theme dependencies** by using the [Grav CLI application](https://learn.getgrav.org/advanced/grav-cli) `bin/grav`:
```
$ bin/grav install
```
# Intall admin plugin
```
$ bin/gpm install devtools
```
# Lancer le serveur
dans Terminal
### intall grav avec composer
```
$ cd chemin/du/dossier/dev-epau.archi.fr
$ php -S localhost:8000 system/router.php
composer create-project getgrav/grav ~/webroot/grav
```
# lance serveur local
```
cette fenêtre doit restée ouverte
cd ~/webroot/nomdusite
php -S localhost:8000 system/router.php
```
Fenêtre à laisser ouverte!
#### dans autre fenetre, installer version admin
mise à jours
```
cd ~/webroot/nomdusite
bin/gpm selfupgrade
```
installe ladmin
```
bin/gpm install admin
```
créer un nouvel utilisateur
```
bin/plugin login newuser
```
#### installe devtools et créer nouveau theme
```
bin/gpm install devtools
bin/plugin devtools new-theme
```
# Dans le navigateur
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -1,7 +1,6 @@
{
"dependencies": {
"animate.css": "^4.1.1",
"node-sass": "^5.0.0"
"animate.css": "^4.1.1"
},
"scripts": {
"sass": "node-sass -w scss -o css-compiled"