Actualizar README

This commit is contained in:
Exequiel Aramburu 2025-08-08 12:11:08 -03:00
parent a46576b3ec
commit cf3a414b29

25
README
View File

@ -7,30 +7,30 @@
git clone https://git.gugler.com.ar/earamburu/selenium.git
1.2 -▶️ LEVANTAR CONTENEDORES DOCKER
--------------------------------
------------------------------------
Ejecutar en la raíz del proyecto:
docker compose up -d # o alternativamente (para versiones antiguas): docker-compose up -d
1.3 -▶️ INSTALAR DEPENDENCIAS PHP Y PYTHON
--------------------------------------
------------------------------------------
Instalar requisitos para el entorno(PHP 8.4 y python3):
sudo apt install composer php8.4-curl php8.4-intl php8.4-mbstring php8.4-xml php8.4-cli python3
1.4 -🌐 VERIFICAR LOS SISTEMAS ESTEN FUNCIONANDO
-------------------------------------------
------------------------------------------------
🧪 Selenium Grid: http://localhost:4444
📁 File Explorer: http://localhost:8081
2-📍 EJECUTAR LOS TEST
========================
=======================
2.1 - 🔒 LOGIN FALLIDO
----------------------
-----------------------
1. Instalar el paquete webdriver para PHP (en la raíz del proyecto):
@ -43,7 +43,7 @@
💡 Se puede ver la ejecución en tiempo real en Selenium Grid (http://localhost:4444) o por consola.
2.2 -🔒 MONITOREO DE PHISHING EN BUSCADORES
---------------------------------------
--------------------------------------------
1. Instalar dependencias phpmailer y phpdotenv para PHP (en la raíz del proyecto):
@ -65,7 +65,7 @@
2.3 - 📊 MONITOREO DE MÉTRICAS DE SITIO
----------------------------------
----------------------------------------
1. Instalar librerías necesarias de Python:
@ -84,15 +84,16 @@
========================================================
🕒 3.1- EN LINUX UTILIZANDO CRONTAB
----------------------------------
Ejecutar: crontab -e
Ejecutar: crontab -e
Incorporar y guardar:
Incorporar y guardar:
0 * * * * /usr/bin/php /Ruta_proyectoXX/test_buscador.php >> /tmp/monitoreo_buscador.log 2>&1
30 * * * * /usr/bin/python3 /Ruta_proyectoXXX/metricas_gugler.py >> /tmp/metricas.log 2>&1
0 * * * * /usr/bin/php /Ruta_proyectoXX/test_buscador.php >> /tmp/monitoreo_buscador.log 2>&1
30 * * * * /usr/bin/python3 /Ruta_proyectoXXX/metricas_gugler.py >> /tmp/metricas.log 2>&1
🕒 3.2- WINDOWS UTILIZANDO TAREAS PROGRAMADAS
-----------------------------------------
Abrí Task Scheduler (taskschd.msc en Ejecutar).
En el panel derecho, elegí Crear tarea….
Pestaña General: