mirror of
https://github.com/zamentur/libreto.git
synced 2026-04-22 21:46:19 +05:30
Set config files as dist and explain how to install
This commit is contained in:
parent
26ea0e5659
commit
fbd87fdb07
4 changed files with 14 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
|||
FallbackResource /index.php
|
||||
1
dist/.htaccess
vendored
Normal file
1
dist/.htaccess
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
FallbackResource /index.php
|
||||
0
config.php → dist/config.dist.php
vendored
0
config.php → dist/config.dist.php
vendored
13
readme.md
13
readme.md
|
|
@ -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```
|
||||
Loading…
Add table
Add a link
Reference in a new issue