branch develop updated (13b49204 -> e9e66c21)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 13b49204 Afficher la liste des emails non délivré pour l'administrateur du sondage (refs #168). ajouter une attente entre chaque envois de mail. new e9e66c21 Ajout des instructions de construction du projet dans le readme The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e9e66c217a85d11085abcd9dad0b71422e17a543 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Nov 8 11:31:36 2017 +0100 Ajout des instructions de construction du projet dans le readme Summary of changes: README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit e9e66c217a85d11085abcd9dad0b71422e17a543 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Nov 8 11:31:36 2017 +0100 Ajout des instructions de construction du projet dans le readme --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/README.md b/README.md index 9d5ed609..fd8163b0 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,46 @@ consultation/sondage/vote là où il n'y en a pas. De ce fait aucune réflexion la sécurité des votes a été conduite, car ce n'est pas notre but. Pour plus d'information consultez notre site [doc.pollen.cl](http://doc.pollen.cl) + +## Construction du projet + +### L'API REST + +Précondtion : Maven + +A la raçine du projet lancer : + + mvn clean install + +Le `.war` à installer dans votre serveur Tomcat est `pollen-rest-api/target/pollen-rest-api-X.Y.Z-SNAPSHOT.war` + +Vous pouvez lancer directement l'API REST via le plugin Maven Tomcat + + mvn clean tomcat7:run + +L'API est disponible à l'URL `http://localhost:8888/pollen-rest-api` + +### l'interface utilisateur + +Précondition : Npm + +Dans le dossier `pollen-ui-riot-js`, lancer + + npm install + npm run-script package + +Le contenu du dossier `pollen-ui-riot-js/target/dist` est à installer dans votre serveur HTTP. + +Vous pouver lancer directement un serveur local via la commande + + npm start + +L'UI est disponible à l'URL `http://localhost:8080` + +### Configuration des URLs + +Les URLs peuvent être personalisées par les variables d'environements suivantes : + + * `POLLEN_SERVER_CONTEXT` : Définit pour l'UI, l'URL de l'API REST (ex : `http://<serveur>:<port>/pollen-rest-api`) + * `POLLEN_UI_CONTEXT` : Définit le domaine de l'UI (ex : `<serveur>:<port>`) + \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm