- wget http://mirror01.idc.hinet.net/EPEL/6/i386/epel-release-6-8.noarch.rpm
- sudo rpm -i epel-release-6-8.noarch.rpm
- sudo yum install npm --disableexcludes=all
- git clone https://github.com/rainbean/Hello-NodeJS.git local-folder-name
- cd local-folder-name
- npm install
- sudo node app
- Follow http://www.windowsazure.com/en-us/develop/nodejs/tutorials/create-a-website-(mac)
- Create a Windows Azure Web Site
- Set up a deployment from source control (github)
- It shall just work
- Follow http://www.windowsazure.com/en-us/develop/nodejs/how-to-guides/command-line-tools/
- npm install azure-cli -g
- azure account download
- azure account import .publishsettings file
- enable application log in iisnode.yml, and re-deploy
loggingEnabled: true - azure site log tail site-name
- Use iframe to strip HTTP referer tag, in order to bypass imdb cross-domain check
- Support DB maintainance
- Azure compatible
- Present color of rating and recommendation
- Add back rating system
- Add show all/rated toggle button
- Fetch movie detail from IMDB
- Change entry page to index.html
-
modify routing table
- Tightly integrate with hadoop engine
- Invalid characters in movies name? Convert movies.dat to UTF-8 format
$ iconv -f iso-8859-1 -t utf-8 movies-src.dat > movies.dat
- Movie poster not displayed? IMDB block http referer (http://webstersprodigy.net/2013/02/01/stripping-the-referer-in-a-cross-domain-post-request/)