Partie serveur » Historique » Version 4
Eric Seigne, 26/03/2020 15:28
1 | 3 | Eric Seigne | # ClicPDF, le développement du serveur |
---|---|---|---|
2 | 1 | Eric Seigne | |
3 | 4 | Eric Seigne | Dépendances: apache, php et image magick |
4 | |||
5 | ``` |
||
6 | apt install imagemagick apache2 libapache2-mod-php7.3 php-cli |
||
7 | ``` |
||
8 | |||
9 | 2 | Eric Seigne | Pour récupérer le code source du serveur: |
10 | |||
11 | ``` |
||
12 | git clone https://projets.cap-rel.fr/informatique/clicpdf/serveur.git |
||
13 | ``` |
||
14 | |||
15 | Le code du serveur s'appuie sur les logiciels libres suivants: |
||
16 | * Free PHP File Directory Script -> https://halgatewood.com/free/file-directory-list/ - code source https://github.com/halgatewood/file-directory-list/ sous licence MIT |
||
17 | * Parsedown de Emanuil Rusev -> http://parsedown.org - code source https://github.com/erusev/parsedown sous licence MIT |