simonmulser / aic-ws13

university lab - sentiment analysis on amazon ec2 with cloudscale and on google app engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# required software
maven - 3.1.1
install:
sudo apt-get install maven

nodejs
npm - 1.3.21
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

http-server
sudo npm install http-server

stage 1 & 2
#run scripts
cd startup
sh startup-cloudscale.sh // To start cloudscaling
sh startup-google.sh	// To start google app engine
sh startup-app.sh		// To start the Gui for the analysis

troubleshooting:
app am besten mit npm http-server (node.js)
http.//nodejs.org
https://npmjs.org/package/http-server
http://stackoverflow.com/questions/12905426/faster-alternative-to-pythons-simplehttpserver

About

university lab - sentiment analysis on amazon ec2 with cloudscale and on google app engine.


Languages

Language:JavaScript 95.3%Language:Java 4.5%Language:Shell 0.1%Language:CSS 0.1%Language:Ruby 0.0%