|
|
il y a 4 ans | |
|---|---|---|
| .github | il y a 4 ans | |
| .phan | il y a 4 ans | |
| assets | il y a 4 ans | |
| backup | il y a 4 ans | |
| bin | il y a 4 ans | |
| cache | il y a 4 ans | |
| images | il y a 4 ans | |
| logs | il y a 4 ans | |
| system | il y a 4 ans | |
| tests | il y a 4 ans | |
| tmp | il y a 4 ans | |
| user | il y a 4 ans | |
| webserver-configs | il y a 4 ans | |
| .dependencies | il y a 4 ans | |
| .editorconfig | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| .htaccess | il y a 4 ans | |
| .travis.yml | il y a 4 ans | |
| CHANGELOG.md | il y a 4 ans | |
| CODE_OF_CONDUCT.md | il y a 4 ans | |
| CONTRIBUTING.md | il y a 4 ans | |
| LICENSE.txt | il y a 4 ans | |
| README.md | il y a 4 ans | |
| SECURITY.md | il y a 4 ans | |
| codeception.yml | il y a 4 ans | |
| composer.json | il y a 4 ans | |
| composer.lock | il y a 4 ans | |
| index.php | il y a 4 ans | |
| now.json | il y a 4 ans | |
| robots.txt | il y a 4 ans |
#Installation site GIP EPAU en local
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
Install vendor dependencies via composer:
$ cd path/on/your/computer/dev-epau.archi.fr
$ composer install --no-dev -o
Install the plugin and theme dependencies by using the Grav CLI application bin/grav:
$ bin/grav install
$ bin/gpm install devtools
dans Terminal
$ cd chemin/du/dossier/dev-epau.archi.fr
$ php -S localhost:8000 system/router.php
cette fenêtre doit restée ouverte
aller sur http://localhost:8000/ pour voir le site
aller sur http://localhost:8000/admin pour accéder au back office
\\\\\\\\\\\\\\\\\\
$ 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