OG-EP Référentiel
Raccourcis espace
OG-EP Référentiel OGEPREF

Ce portail a été décommissionné début 2024



SCM

Git DMZ

Pour récupérer les sources SOGETI:

IHM Front: https://git-dmz.indus.intra.monext.fr:10810/ep/ep-mxt-enrol/ep-mxt-enrolfrt

Serveur back: https://git-dmz.indus.intra.monext.fr:10810/ep/ep-mxt-enrol/ep-mxt-enrolback

Git JINDUS

Pour customisations internes Monext:

IHM Front: https://git.indus.monext.fr:10810/ep/ep-mxt-enrol/ep-mxt-enrolfrt

Serveur back: https://git.indus.monext.fr:10810/ep/ep-mxt-enrol/ep-mxt-enrolback

Build et déploiement

IHM Front

npm config set proxy http://vip-proxy-buro.monext.net:8080
npm install
npm run build -- --prod
rm -rf /USR/epihmr/dist/*
unzip /tmp/erd/ng-uikit-pro-standard-compile-app.zip -d /USR/epihmr/dist
mv /USR/epihmr/dist/ng-uikit-pro-standard-compile-app/* /USR/epihmr/dist
vi dist/assets/ressources/appConfig.json

Chiffrement SSL pour Ariadnext

Le portail fait appel à des services Ariadnext avec un chiffrement bidirectionnel.

Pour générer le keystore provisionné:

  1. Installation d'OpenSSL: https://slproweb.com/products/Win32OpenSSL.html
  2. Conversion du certificat heimdall en PKCS 12

    openssl pkcs12 -export -in c-monext-api-signature-test_2020.crt -inkey c-monext-api-signature-test_2020.key -out c-monext-api-signature-test_2020.p12
  3. Génération du keystore

    keytool -importkeystore -srckeystore c-monext-api-signature-test_2020.p12 -srcstoretype pkcs12 -destkeystore ariadnext.jks -deststorepass ariadnext


ENV


IntégrationRecetteProd
Applicatif

epihmi@epf1r1.dc1lan.local


epihmr@epf1r1.dc1lan.local

https://epf1r1.dc1lan.local:10826


BDD

mysql://epb1r1.dc1lan.local:3316/EPPERONLI

epperonli_admin / epperonlI#1my

epperonli_appli / epperonlI#appli#20my

mysql://epb1r1.dc1lan.local:3315/EPPERONLR

epperonlr_admin / epperonlR#1my

epperonlr_appli / epperonlR#appli#20my


SSL AriadNext

https://donjon.intra.monext.fr/heimdall/details_certificat.php?id=8534

https://donjon.intra.monext.fr/heimdall/details_certificat.php?id=8535

DEMARRAGE

Recette 

  • démarrer apache : [epihmr@epf1r1 /USR/epihmr]$ sudo /usr/local/bin/manage_httpd.sh start
  • démarrer le moteur : [epihmr@epf1r1 /USR/epihmr]$ ./run_backend.sh


  • Aucune étiquette
Écrire un commentaire...
OG-EP Référentiel OGEPREF