|
|
4 éve | |
|---|---|---|
| .github | 4 éve | |
| .phan | 4 éve | |
| assets | 4 éve | |
| backup | 4 éve | |
| bin | 4 éve | |
| cache | 4 éve | |
| images | 4 éve | |
| logs | 4 éve | |
| system | 4 éve | |
| tests | 4 éve | |
| tmp | 4 éve | |
| user | 4 éve | |
| webserver-configs | 4 éve | |
| .dependencies | 4 éve | |
| .editorconfig | 4 éve | |
| .gitignore | 4 éve | |
| .htaccess | 4 éve | |
| .travis.yml | 4 éve | |
| CHANGELOG.md | 4 éve | |
| CODE_OF_CONDUCT.md | 4 éve | |
| CONTRIBUTING.md | 4 éve | |
| LICENSE.txt | 4 éve | |
| README.md | 4 éve | |
| SECURITY.md | 4 éve | |
| codeception.yml | 4 éve | |
| composer.json | 4 éve | |
| composer.lock | 4 éve | |
| index.php | 4 éve | |
| now.json | 4 éve | |
| robots.txt | 4 éve |
#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
$ 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
aller sur http://localhost:8000/ pour voir le site
aller sur http://localhost:8000/admin pour accéder au back office