Ei kuvausta

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

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