Без опису

ouidade 7122b925f4 interlignage 3 роки тому
.github 80be13743f test appel img twig 4 роки тому
.phan bfa5e61d5e first commi 4 роки тому
assets bfa5e61d5e first commi 4 роки тому
backup bfa5e61d5e first commi 4 роки тому
bin bfa5e61d5e first commi 4 роки тому
cache bfa5e61d5e first commi 4 роки тому
images bfa5e61d5e first commi 4 роки тому
logs bfa5e61d5e first commi 4 роки тому
system 0ae1e837e7 tagert blank & background flex 3 роки тому
tests bfa5e61d5e first commi 4 роки тому
tmp 80be13743f test appel img twig 4 роки тому
user 7122b925f4 interlignage 3 роки тому
webserver-configs bfa5e61d5e first commi 4 роки тому
.dependencies bfa5e61d5e first commi 4 роки тому
.editorconfig bfa5e61d5e first commi 4 роки тому
.gitignore 5e50794f47 added node-sass compiler 4 роки тому
.htaccess bfa5e61d5e first commi 4 роки тому
.travis.yml bfa5e61d5e first commi 4 роки тому
CHANGELOG.md 0ae1e837e7 tagert blank & background flex 3 роки тому
CODE_OF_CONDUCT.md bfa5e61d5e first commi 4 роки тому
CONTRIBUTING.md bfa5e61d5e first commi 4 роки тому
LICENSE.txt bfa5e61d5e first commi 4 роки тому
README.md 1292b3683f readme, url img 3 роки тому
SECURITY.md f8ecbbe597 template rapport_dactivitees avec pdf à télécharger 4 роки тому
codeception.yml bfa5e61d5e first commi 4 роки тому
composer.json 80be13743f test appel img twig 4 роки тому
composer.lock 0ae1e837e7 tagert blank & background flex 3 роки тому
index.php bfa5e61d5e first commi 4 роки тому
now.json bfa5e61d5e first commi 4 роки тому
robots.txt bfa5e61d5e first commi 4 роки тому

README.md

#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
    
  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 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

Dans le navigateur

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

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

\\\\\\\\\\\\\\\\\\

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