resoluciones_mid_v2

command module
v0.0.0-...-42d2f3e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

README

resoluciones_mid_v2

✔ Check: Repositorio API MID para el sistema de resoluciones v2.

Especificaciones Técnicas

Tecnologías Implementadas y Versiones
Variables de Entorno
# parametros de api
RESOLUCIONES_MID_V2_HTTP_PORT=[Puerto de exposición del API]
...

NOTA: Las variables se pueden ver en el fichero conf/app.conf y están identificadas acorde a los lineamientos de definición de variables.V2...

Ejecución del Proyecto
#1. Obtener el repositorio con Go
go get github.com/udistrital/resoluciones_mid_v2

#2. Moverse a la carpeta del repositorio
cd $GOPATH/src/github.com/udistrital/resoluciones_mid_v2

# 3. Moverse a la rama **develop**
git pull origin develop && git checkout develop

# 4. alimentar todas las variables de entorno que utiliza el proyecto.
RESOLUCIONES_MID_V2_HTTP_PORT=8080 RESOLUCIONES_MID_V2_SOME_VARIABLE=valor bee run
Ejecución Dockerfile
# Implementado para despliegue del Sistema de integración continua CI.
Ejecución docker-compose
#1. Clonar el repositorio
git clone -b develop https://github.com/udistrital/resoluciones_mid_v2

#2. Moverse a la carpeta del repositorio
cd resoluciones_mid_v2

#3. Crear un fichero con el nombre **custom.env**
touch custom.env

#4. Crear la network **back_end** para los contenedores
docker network create back_end

#5. Ejecutar el compose del contenedor
docker-compose up --build

#6. Comprobar que los contenedores estén en ejecución
docker ps
Ejecución Pruebas
# En Proceso

Pruebas unitarias

# En Proceso

Estado CI

Develop Relese 0.0.1 Master Sonar
Build Status Build Status Build Status Quality Gate Status

Licencia

This file is part of resoluciones_docentes_mid.

resoluciones_docentes_mid is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

resoluciones_docentes_mid is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with resoluciones_docentes_mid. If not, see https://www.gnu.org/licenses/.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
@APIVersion 1.0.0 @Title Resoluciones MID API Versión 2 @Description API MID para el sistema de Resoluciones en su nueva versión @Contact computo@udistrital.edu.co @TermsOfServiceUrl http://beego.me/ @License Apache 2.0 @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html
@APIVersion 1.0.0 @Title Resoluciones MID API Versión 2 @Description API MID para el sistema de Resoluciones en su nueva versión @Contact computo@udistrital.edu.co @TermsOfServiceUrl http://beego.me/ @License Apache 2.0 @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL