Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 490 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 490 Bytes

Sensi

Social sentiment application implements Weka API

Run

  1. Clone or download the project source code
  2. On MySQL server create database 'sensi'
  3. Go to top level folder and run maven install :
mvn install
  1. Wait until maven download dependency complete and install on your local maven repo
  2. Go to web/ folder :
cd web/
  1. Run server and deploy webapp :
mvn jetty:run

OR package as war and deploy to server manually

mvn package