Diferencia entre revisiones de «Desarrollo(67.7)»

De Telstock Wiki
Saltar a: navegación, buscar
(Servicios en Ejecución)
 
(No se muestran 5 ediciones intermedias de otro usuario)
Línea 1: Línea 1:
 
==Servicios en Ejecución==
 
==Servicios en Ejecución==
 +
 +
* '''Microservicios Node.js:'''
 +
**'''TManager2-MS-Node''':
 +
***<code>PM2 init TManager2-MS-Node.pm2.json</code>
 +
 
* '''Microservicios TM2:'''
 
* '''Microservicios TM2:'''
{|class="wikitable col1cen col2cen col3cen center" style="width:1000px;"
+
**'''BaseServices''':
|style="width:100px;color:white;background:black;"|'''Nombre'''
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run</code>
|style="width:450px;color:white;background:black;"|'''Ambiente'''
+
**'''MonitoringServices''':
|style="width:450px;color:white;background:black;"|'''Url'''
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run</code>
|-
+
**'''SurveyServices''':
|style="width:100px;color:black;background:white;"|BaseServices
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8000 dotnet run</code>
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
+
**'''FileManagerServices''':
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:5000 dotnet run
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:11000 dotnet run</code>
|-
+
**'''RouteServices''':
|style="width:100px;color:black;background:white;"|MonitoringServices
+
***<code>ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://0.0.0.0:8020 dotnet run</code>
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:7000 dotnet run
 
|-
 
|style="width:100px;color:black;background:white;"|SurveyServices
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:8000 dotnet run
 
|-
 
|style="width:100px;color:black;background:white;"|FileManagerServices
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:11000 dotnet run
 
|-
 
|style="width:100px;color:black;background:white;"|RouteServices
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_ENVIRONMENT=Development
 
|style="width:450px;color:black;background:white;"|ASPNETCORE_URLS=http://0.0.0.0:8020 dotnet run
 
|}
 

Revisión actual del 03:13 21 feb 2020

Servicios en Ejecución

  • Microservicios Node.js:
    • TManager2-MS-Node:
      • PM2 init TManager2-MS-Node.pm2.json
  • Microservicios TM2:
    • BaseServices:
    • MonitoringServices:
    • SurveyServices:
    • FileManagerServices:
    • RouteServices: