-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actualizado Readme
- Loading branch information
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
# Md5Comp | ||
# Md5Comp | ||
|
||
Instalacion | ||
|
||
-crear venv en directorio raiz (si no esta creado) | ||
|
||
virtualenv venv | ||
|
||
-Instalar dependencias de python | ||
|
||
pip install -r requeriments.txt | ||
|
||
Uso | ||
|
||
Ejecutar el comando obtenerData para el directorio origen a comparar | ||
|
||
./obtenerData (directorio a examinar) (Archivo de salida) | ||
|
||
ej. | ||
|
||
./obtenerData /etc datos1.txt | ||
|
||
Ejecutar el comando obtenerData nuevamente en el directorio destino a comparar | ||
|
||
./obtenerData (directorio a examinar) (Archivo de salida) | ||
|
||
ej. | ||
./obtenerData /etc datos1.txt | ||
|
||
Ejecutar compararWEB | ||
|
||
./compararWEB.sh | ||
|
||
Acceder via Url | ||
|
||
http://(IP donde se corrio el comparador):5000 |