Nessuna descrizione

ouidade c5f39b8f25 package.json 3 anni fa
.github 80be13743f test appel img twig 3 anni fa
.phan bfa5e61d5e first commi 3 anni fa
assets bfa5e61d5e first commi 3 anni fa
backup bfa5e61d5e first commi 3 anni fa
bin bfa5e61d5e first commi 3 anni fa
cache bfa5e61d5e first commi 3 anni fa
images bfa5e61d5e first commi 3 anni fa
logs bfa5e61d5e first commi 3 anni fa
system 0ae1e837e7 tagert blank & background flex 3 anni fa
tests bfa5e61d5e first commi 3 anni fa
tmp 80be13743f test appel img twig 3 anni fa
user c5f39b8f25 package.json 3 anni fa
webserver-configs bfa5e61d5e first commi 3 anni fa
.dependencies bfa5e61d5e first commi 3 anni fa
.editorconfig bfa5e61d5e first commi 3 anni fa
.gitignore 5e50794f47 added node-sass compiler 3 anni fa
.htaccess bfa5e61d5e first commi 3 anni fa
.travis.yml bfa5e61d5e first commi 3 anni fa
.~lock.readme.odt_0.odt# 15bb6e261a readme 3 anni fa
CHANGELOG.md 0ae1e837e7 tagert blank & background flex 3 anni fa
CODE_OF_CONDUCT.md bfa5e61d5e first commi 3 anni fa
CONTRIBUTING.md bfa5e61d5e first commi 3 anni fa
LICENSE.txt bfa5e61d5e first commi 3 anni fa
README.md 15bb6e261a readme 3 anni fa
SECURITY.md f8ecbbe597 template rapport_dactivitees avec pdf à télécharger 3 anni fa
codeception.yml bfa5e61d5e first commi 3 anni fa
composer.json 80be13743f test appel img twig 3 anni fa
composer.lock 0ae1e837e7 tagert blank & background flex 3 anni fa
index.php bfa5e61d5e first commi 3 anni fa
now.json bfa5e61d5e first commi 3 anni fa
readme.odt_0.odt 7cf494b50d test 3 anni fa
robots.txt bfa5e61d5e first commi 3 anni fa

README.md

#Installation site GIP EPAU

intall grav avec composer

composer create-project getgrav/grav ~/webroot/grav

lance serveur local

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

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