Sin descripción

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

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