mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
example path easier
This commit is contained in:
parent
52d8cf5506
commit
a085b68904
@ -77,12 +77,12 @@ cp config/config.ini{.example,}
|
||||
|
||||
Dans ce fichier `config/config.ini`, il suffit ce configurer la variable `PDF_STORAGE_PATH` avec le chemin vers lequel les fichiers pdf uploadé pourront être stockés :
|
||||
```
|
||||
PDF_STORAGE_PATH=/path/to/folder/to/store/pdf
|
||||
PDF_STORAGE_PATH=/path/to/folder
|
||||
```
|
||||
|
||||
Créer ce dossier :
|
||||
```
|
||||
mkdir /path/to/folder/to/store/pdf
|
||||
mkdir /path/to/folder
|
||||
```
|
||||
|
||||
Le serveur web devra avoir les droits en écriture sur ce dossier.
|
||||
|
Loading…
x
Reference in New Issue
Block a user