2021-04-14 14:22:24 +02:00
2021-03-19 16:07:04 +01:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-04-11 13:53:11 +02:00
2021-03-05 09:30:59 +01:00
2021-03-19 16:07:04 +01:00
2021-04-14 14:22:24 +02:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-29 17:05:54 +02:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-04-11 13:53:11 +02:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-19 16:07:04 +01:00
2021-04-11 13:53:11 +02:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-03-05 09:30:59 +01:00
2021-04-14 14:22:24 +02:00
2021-03-05 09:30:59 +01:00

#Installation site GIP EPAU en local

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
  1. Install vendor dependencies via composer:
$ cd path/on/your/computer/dev-epau.archi.fr
$ composer install --no-dev -o
  1. Install the plugin and theme dependencies by using the Grav CLI application 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
$ php -S localhost:8000 system/router.php

cette fenêtre doit restée ouverte

Compilé les SCSS

$ cd chemin/du/dossier/dev-epau.archi.fr
$ npm install

(uniquement la première fois)

puis à chaque fois, dans une 2e fenêtre de Terminal, qui doit également restée ouverte:

$ cd chemin/du/dossier/dev-epau.archi.fr/user/theme/epau-antimatter
$ npm run sass

Dans le navigateur

aller sur http://localhost:8000/ pour voir le site

aller sur http://localhost:8000/admin pour accéder au back office

S
Description
No description provided
Readme
132 MiB
Languages
PHP 73%
HTML 16.2%
CSS 3.3%
SCSS 3.2%
JavaScript 2.7%
Other 1.6%