ONYX - MMC - ONYX Mapping Management Console
Différence entre versions
De MappingDoc
(→Authentification) |
(→Installation) |
||
Ligne 24 : | Ligne 24 : | ||
password : (voir sur LastPass : [M-S] IT> NPM Registry for Partner )</br> | password : (voir sur LastPass : [M-S] IT> NPM Registry for Partner )</br> | ||
email : partner_mappingsuite@mappingsuite.com</br> | email : partner_mappingsuite@mappingsuite.com</br> | ||
+ | |||
+ | ====Installation==== | ||
+ | |||
+ | npm install -g mapping-spooler-api --registry http://npm-registry.mappingsuite.com:4873 |
Version du 29 octobre 2021 à 08:17
Sommaire
Introduction
La console centralisée de MAPPING (Mapping Management Console : MMC) donne la possibilité de monitorer plusieurs serveurs MAPPING à la fois.
prérequis
- Un (ou plusieurs) serveur Mapping Onyx installé(s) et configuré(s)
- Installer NodeJS (v14 minimum) (Node.js )
Exemple d’installation de NodeJS sur centos :
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && yum -y install nodejs
Installation
Command de mapping-spooler-api
La commande s’installe avec npm (gestionnaire de paquet, installé avec NodeJS). Le registre npm utilisé est privé, et nécessite donc une authentification.
Authentification
npm login --registry http://npm-registry.mappingsuite.com:4873
username : partnermappingsuite
password : (voir sur LastPass : [M-S] IT> NPM Registry for Partner )
email : partner_mappingsuite@mappingsuite.com
Installation
npm install -g mapping-spooler-api --registry http://npm-registry.mappingsuite.com:4873