This is an automated email from the git hooks/post-receive script. New change to branch feature/1373-MAJ_documentation in repository lima. See https://gitlab.nuiton.org/chorem/lima.git from 14fd114 refs #1373 ajout de nouvelle documentations new 6dc01c7 refs #1373 ajout de nouvelle documentations 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 6dc01c7959e31a4fcddf6bc8d8e638e1a207d542 Author: David Cossé <cosse@codelutin.com> Date: Fri Feb 10 07:00:26 2017 +0100 refs #1373 ajout de nouvelle documentations Summary of changes: lima-server/README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) -- 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 feature/1373-MAJ_documentation in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 6dc01c7959e31a4fcddf6bc8d8e638e1a207d542 Author: David Cossé <cosse@codelutin.com> Date: Fri Feb 10 07:00:26 2017 +0100 refs #1373 ajout de nouvelle documentations --- lima-server/README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/lima-server/README.md b/lima-server/README.md index 38cb603..a280300 100644 --- a/lima-server/README.md +++ b/lima-server/README.md @@ -1,27 +1,32 @@ -****************** Configuration du serveur ****************** +# Configuration du serveur Éditez le fichier de configuration (lima-server.config) qui se trouve ici : -Unix-like : $HOME/.config/lima-server.config -Windows 7 et + : C:\Users\USER_NAME\AppData\Roaming\lima-server.config -Mac OS : $HOME/Library/Application Support/lima-server.config + +* Unix-like : $HOME/.config/lima-server.config +* Windows 7 et + : C:\Users\USER_NAME\AppData\Roaming\lima-server.config +* Mac OS : $HOME/Library/Application Support/lima-server.config Ajoutez la ligne suivantes sur en remplaçant l'IP en exemple (192.168.1.37) par celle du serveur : -lima.host.ejb.address=192.168.1.37 + +* lima.host.ejb.address=192.168.1.37 les lignes suivantes sont optionnelles: -lima.host.ejb.bind=0.0.0.0 # valeur par défaut -lima.host.ejbd.port=4202 # valeur par défaut -lima.host.http.address=192.168.1.137 (si aucune adresse n'est spécifiée celle du serveur ejb est utilisée) -lima.host.http.port=5462 # valeur par défaut + +* lima.host.ejb.bind=0.0.0.0 # valeur par défaut +* lima.host.ejbd.port=4202 # valeur par défaut +* lima.host.http.address=192.168.1.137 (si aucune adresse n'est spécifiée celle du serveur ejb est utilisée) +* lima.host.http.port=5462 # valeur par défaut -****************** Configuration des clients ****************** +# Configuration des clients Pour configurer les clients pour se connecter au serveur, éditez le fichier de configuration de la machine cliente(lima-swing.config) qui se trouve ici : -Unix-like : $HOME/.config/lima-swing.config -Windows 7 et + : C:\Users\USER_NAME\AppData\Roaming\lima-swing.config -Mac OS : $HOME/Library/Application Support/lima-swing.config + +* Unix-like : $HOME/.config/lima-swing.config +* Windows 7 et + : C:\Users\USER_NAME\AppData\Roaming\lima-swing.config +* Mac OS : $HOME/Library/Application Support/lima-swing.config Ajoutez la ligne suivante sur en remplaçant l'IP en exemple (192.168.1.37) par celle du serveur : -lima.host.address=192.168.1.37 + +* lima.host.address=192.168.1.37 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm