Code Monkey home page Code Monkey logo

inmunolyzer's Introduction

Inmunolyzer




Guía de instalación

  1. OpenCV
cd ~
git clone git://github.com/Itseez/opencv.git
cd opencv
mkdir build
cd build
cmake -G "Unix Makefiles" -D CMAKE_CXX_COMPILER=/usr/bin/g++ -D CMAKE_C_COMPILER=/usr/bin/gcc -D WITH_CUDA=ON .. 
make -j4 
make install

  1. MySQL
sudo apt-get install mysql-server-5.6
mysql -u root -p
CREATE DATABASE InmunolyzerDB;
use InmunolyzerDB;
Ahora debemos copiar el contenido de ScriptDB.sql, pegarlo en la terminal y ejecutarlo.
exit

  1. Clonar repositorio
cd ~
git clone [email protected]:gmazzei/Inmunolyzer.git

  1. Reemplazar archivos de OpenCV dentro de Inmunolyzer
rm Inmunolyzer/openCV/lib/*.so
rm Inmunolyzer/openCV/repo/syslab-remote/opencv/3.0.0/opencv-300.jar
cp opencv/build/lib/*.so Inmunolyzer/openCV/lib/
cp opencv/build/bin/opencv-300.jar Inmunolyzer/openCV/repo/syslab-remote/opencv/3.0.0/

  1. Levantar Jetty (application server)
cd Inmunolyzer
mvn jetty:run

  1. Ingresar desde el browser

URL: http://localhost:8080

inmunolyzer's People

Contributors

gmazzei avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.