crAPI icon indicating copy to clipboard operation
crAPI copied to clipboard

Create install_crAPI.sh

Open cherrera0001 opened this issue 1 year ago • 1 comments

Script de instalación y despliegue para OWASP crAPI en linux, probado en WSL. Este script instala Docker y Docker Compose, descarga el archivo docker-compose.yml, y despliega los contenedores de OWASP crAPI en un entorno local.

Description

Please include a summary of the change, motivation and context.

Testing

Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested the service locally.

Documentation

Make sure that you have documented corresponding changes in this repository.

Checklist:

  • [ ] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] Any dependent changes have been merged
  • [x] I have documented any changes if required in the docs.

cherrera0001 avatar Oct 29 '24 19:10 cherrera0001

Pruebas realizadas:

Pruebas de instalación: Probado en un entorno Ubuntu WSL, verificando la instalación automática de Docker y Docker Compose cuando estos no están presentes, así como la validación de la versión mínima requerida para Docker Compose (1.27.0). Pruebas de despliegue: El script descarga correctamente el archivo docker-compose.yml y despliega los contenedores definidos en el archivo, incluyendo los servicios crAPI y Mailhog. Pruebas de conectividad: Confirmada la accesibilidad a crAPI en http://localhost:8888 y al servicio Mailhog en http://localhost:8025 después del despliegue exitoso.

cherrera0001 avatar Oct 29 '24 19:10 cherrera0001