Skip to content
Snippets Groups Projects
Commit c8d1f935 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

update README.md

parent 42a45b9e
No related branches found
No related tags found
No related merge requests found
# Maarch_Courrier # Maarch Courrier
Maarch Courrier : Gestionnaire Électronique de Courrier Gestionnaire Électronique de Correspondances – Libre et Open Source –
**/!\ Version de développement** **Dernière version stable V17.06**
Démonstration : http://demo.maarchcourrier.com/
Build : https://sourceforge.net/projects/maarch/files/Maarch%20Courrier/MaarchCourrier-17.06.tar.gz
VM : https://sourceforge.net/projects/maarch/files/Maarch%20Courrier/VMs/Maarch%20Courrier%2017.06%20Prod.ova
Documentation : http://wiki.maarch.org/Maarch_Courrier
## Installation
1. Vérifiez que vous avez l'ensemble des [pré-requis](http://wiki.maarch.org/Maarch_Courrier/fr/Install/Prerequis/latest)
2. Décompressez *MaarchCourrier-17.06.tar.gz* dans votre zone web
3. Vérifiez votre vhost Apache
4. Laissez-vous guider par notre installeur à [http://IP.ouDomaine.tld/MaarchCourrier/install/](http://wiki.maarch.org/Maarch_Courrier/1.5/fr/Manuel_administrateur/Fonctionnalit%C3%A9s/Gestion_installeur$
Dernière version stable V17.06 : http://wiki.maarch.org/Maarch_Courrier
Démonstration en ligne : http://demo.maarchcourrier.com/
## Requis techniques ## Requis techniques
* Apache2.x * Apache2.x
* PostgreSQL 9.x * PostgreSQL 9.x
* PHP 5.6 ou plus, MaarchCourrier 17.06 est compatible avec php7 ! * PHP 5.6.* ou PHP 7.0.*
* Extensions : php_xsl, php_xmlrpc, php_gettext, php_gd, php_pgsql, php_mbstring, php_pdo_pgsql, php5-mcrypt, php_imap, php_soap * Extensions PHP (adaptées à votre version de PHP) : PHP-[XSL](http://php.net/manual/en/book.xsl.php), PHP-[XML-RPC](http://php.net/manual/en/book.xmlrpc.php), PHP-[Gettext](http://php.net/manual/en/b$
* Spécifique Windows : php php_pdo_pgsql.dll, php php_fileinfo.dll
* Bibliothèques pear/SOAP (pour php < 7.0), pear/CLITools * Bibliothèques pear/SOAP (pour php < 7.0), pear/CLITools
* imagick, php_imagick * [ImageMagick](http://imagemagick.org/), avec PHP-[ImageMagick](http://php.net/manual/en/book.imagick.php)
* ghostscript * [Ghostscript](https://www.ghostscript.com/)
* 7z (p7z-full sous gnu/linux) * [7-zip](http://www.7-zip.org/)
* wkhtmltopdf, wkhtmltoimage (http://wkhtmltopdf.org/downloads.html) * [wkhtmltopdf et wkhtmltoimage](http://wkhtmltopdf.org/downloads.html)
* LibreOffice (pour la conversion de documents) * [LibreOffice](http://libreoffice.org/) pour la conversion de documents
* JRE >= 7 * Java Runtime Environment >= 7
### Recommandations pour le php.ini ### Recommandations pour le php.ini
php > 5.6 : error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
display_errors (On) display_errors (On)
short_open_tags (On) short_open_tags (On)
magic_quotes_gpc (Off) magic_quotes_gpc (Off)
## Le coin des developpeurs
[Maarch Developer handbook](http://wiki.maarch.org/Maarch_Courrier/1.5/fr/Install/DeveloperHandbook)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment