Nenhuma descrição

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

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

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