diff --git a/README.md b/README.md index 907c88d..84e17af 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# TallerII-Tinder \ No newline at end of file +# TallerII-Tinder +AppServer MatchApp +Funcion Script +Para instalar los paquetes necesarios para correr el programa: beforeinstall.sh +Para compilar el proyecto y sus pruebas: build.sh +Para correr test unitarios: Test.sh +Para correr la aplicacion: Tinder.sh +Para correr los test unitarios: requests.py diff --git a/README.md~ b/README.md~ new file mode 100644 index 0000000..907c88d --- /dev/null +++ b/README.md~ @@ -0,0 +1 @@ +# TallerII-Tinder \ No newline at end of file diff --git a/Taller_de_programacion_II_Instalar_paquetes.odt b/Taller_de_programacion_II_Instalar_paquetes.odt deleted file mode 100644 index c8a37a3..0000000 Binary files a/Taller_de_programacion_II_Instalar_paquetes.odt and /dev/null differ diff --git a/executar.sh b/executar.sh deleted file mode 100755 index 3b444d1..0000000 --- a/executar.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -set -ex -sudo apt-get install libgflags-dev -sudo apt-get install libsnappy-dev -sudo apt-get install zlib1g-dev -sudo apt-get install libbz2-dev -sudo apt-get install libpthread-stubs0-dev -cd TinderTaller -cd lib -cd rocksdb-master -make shared_lib -cd .. -cd googletest -cmake -DBUILD_SHARED_LIBS=ON -make -cd .. -cd .. -mkdir -p build -cd build -cmake ../ -make -cd tests -./Test -cd .. -cd src -./tindertaller