Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create install_crAPI.sh #279

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

cherrera0001
Copy link

@cherrera0001 cherrera0001 commented Oct 29, 2024

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
  • I have documented any changes if required in the docs.

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.
@cherrera0001
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants