webservice/README.md
Michael RICOIS 7cc6225df9 Pluriel
2017-04-11 11:15:46 +02:00

23 lines
585 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Installation du projet
1. Création de la configuration du VHOST apache
2. Référencer le domaine virtuel dans le fichier host de la machine
* ex : 192.168.33.10 webservice.sd.dev
3. Executer composer install pour charger les librairies externe dans vendor
4. Configurer l'application (application.ini)
* exemple fourni - `docs/config` ou projet `ansible`
Voir le fichier `docs/README` pour plus d'éléments
# Mode développement pour les libraries externes
Utiliser la branche `develop` de `scores/library`
`$ COMPOSER=composer-develop.json composer install`