SARE is a project of Sabancı University Sentilab Group. It is a modular and easily extendible environment that supports various sentiment analysis research activities.
- Java.
- Maven.
- Play Framework 2.
- MySQL server running locally.
- Git (optional if you have the source already).
- Clone the project repo.
- Run the MySQL script ./scripts/setup.sql as root to create the required databases and SQL user.
- In a command line terminal, set the current directory to the project's root folder and run ./scripts/deploy.bat or ./scripts/deploy.sh for Windows or Linux respectively.
- Now set the current directory to
sare-webapp
, and executeplay run
to start the application. - The web application is up and running and can now be reached at: http://localhost:9000/.
Note: When deploying to production, the respective scripts suffixed with -prod
should be used. Production deploy script will also start the application.