Skip to content

Instantly share code, notes, and snippets.

@chaserx
Forked from xtoddx/gist:1967021
Created March 3, 2012 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaserx/1967031 to your computer and use it in GitHub Desktop.
Save chaserx/1967031 to your computer and use it in GitHub Desktop.
Install muralmapper
# brew update
# brew install couchdb
# sudo easy_install pip
# pip install couchapp
# brew install node
# curl http://npmjs.org/install.sh | sh
# git clone https://github.com/mheadd/muralmapper.git -b integration
# cd muralmapper
[TWITTER STUFF]
# cp node/config.example.js node/config.js
# vi node/config.js
# cd node
# npm install
# node twitter-poll.js
# cd ..
[WEB/COUCHAPP STUFF]
# couchapp push . http://localhost:5984/muralmapper-integration
# open http://localhost:5984/muralmapper-integration/_design/muralmapper/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment