Set config files as dist and explain how to install

This commit is contained in:
Laurent Chedanne 2018-05-09 15:46:27 +02:00
commit fbd87fdb07
4 changed files with 14 additions and 1 deletions

View file

@ -1 +0,0 @@
FallbackResource /index.php

1
dist/.htaccess vendored Normal file
View file

@ -0,0 +1 @@
FallbackResource /index.php

View file

View file

@ -6,3 +6,16 @@ Il peut devenir un mini-site, le carnet de bord d'un workshop, le support de ré
Libreto est libre, gratuit, et minimaliste.
Pas d'inscription, pas de connexion, tout le monde peut éditer un Libreto, comme un wiki.
## Installer Libreto (apache)
```
git clone https://github.com/Ventricule/libreto.git
cp libreto/dist/config* libreto/config.php
cp libreto/dist/.htaccess libreto/.htaccess
git submodule update --init --recursive
```
Modifier les variables de configuration du nouveau fichier config.php en fonction de votre propre personnalisation.
Faites de même pour le fichier .htaccess puis configurer un virtual host apache avec pour dossier racine ```/<path-to>/libreto```