Showing
2 changed files
with
11 additions
and
2 deletions
1 | 1 | |
2 | 2 | # Servidor |
3 | +## Para inicializar todo | |
4 | +`./initserver.sh` | |
3 | 5 | |
4 | -Modificar el Dockerfile con credenciales y otros datos. | |
6 | +## Para correr el servicio de backend | |
7 | +`./runserver.sh` | |
8 | + | |
9 | + | |
10 | +## Modificar credenciales y otros datos | |
11 | +El Dockerfile en jaikuaamina-server cambia las variables de entorno del servidor | |
12 | +Cada vez que se modifica el Dockerfile es necesario recrear la imagen | |
13 | +ver `./initserver.sh` para referencia | |
5 | 14 | |
6 | 15 | ``` |
7 | 16 | RUN echo "NODE_TLS_REJECT_UNAUTHORIZED=0\n"\ | ... | ... |
... | ... | @@ -12,7 +12,7 @@ export const NOTIFICATION_ICON = 'http://ayuda.tesis-jmgo.cnc.una.py/img/jaikuaa |
12 | 12 | export const INFO_PY_URL = 'https://informacionpublica.paraguay.gov.py/portal/' |
13 | 13 | export const PORTAL_DENUNCIAS_URL = 'http://www.denuncias.gov.py' |
14 | 14 | export const TUTORIAL_AIF_URL = 'https://youtu.be/W8jG3md7YFg' |
15 | -export const TUTORIAL_APP = `${BACKEND_URL}/index.html` | |
15 | +export const TUTORIAL_APP = 'https://goo.gl/PNMBo4' | |
16 | 16 | export const PORTAL_ESTADISTICAS = 'https://informacionpublica.paraguay.gov.py/portal/#!/estadisticas' |
17 | 17 | |
18 | 18 | export const ESTADOS_SOLICITUDES = { | ... | ... |
Please
register
or
login
to post a comment