Toutes les traductions
De MappingDoc
Entrez un nom de message ci-dessous pour visualiser toutes les traductions disponibles.
Il existe 2 traductions.
Nom | Message actuel |
---|---|
h anglais (en) | <u>Note</u>: The mapping-spooler-api command never gives the hand back and does not have an option to run in background. To run the command in background, we do as follow : mapping-spooler-api > /dev/null 2>&1 & (or using tools as supervisor) The SPOOLER_API_PORT option of the mapping.conf is optionnal. If it is not present, the API will look for a environment variable PORT. |
h français (fr) | <u>Note</u>:La commande mapping-spooler-api ne rend pas la main et ne dispose pas d’option natives pour s’exécuter en arrière plan. Pour lancer la commande en arrière plan on peut utiliser ce genre de chose : mapping-spooler-api > /dev/null 2>&1 & (Ou utiliser un outils comme supervisor) L’option SPOOLER_API_PORTdu mapping.conf est optionnelle. Si l’entrée n’est pas trouvé l’api cherchera une variable d’environnement PORT. |