readme
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
,ouidade,localhost.localdomain,06.05.2021 12:43,file:///home/ouidade/.config/libreoffice/4;
|
||||||
@@ -1,47 +1,44 @@
|
|||||||
|
|
||||||
#Installation site GIP EPAU en local
|
#Installation site GIP EPAU
|
||||||
|
|
||||||
|
### intall grav avec composer
|
||||||
|
|
||||||
### 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
|
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd chemin/du/dossier/dev-epau.archi.fr
|
composer create-project getgrav/grav ~/webroot/grav
|
||||||
$ php -S localhost:8000 system/router.php
|
```
|
||||||
|
|
||||||
|
# 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 l’admin
|
||||||
|
```
|
||||||
|
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
|
# Dans le navigateur
|
||||||
|
|||||||
+1
-3256
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"animate.css": "^4.1.1",
|
"animate.css": "^4.1.1"
|
||||||
"node-sass": "^5.0.0"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"sass": "node-sass -w scss -o css-compiled"
|
"sass": "node-sass -w scss -o css-compiled"
|
||||||
|
|||||||
Reference in New Issue
Block a user