Skip to content

Instantly share code, notes, and snippets.

@xtoddx
Created March 3, 2012 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xtoddx/1967021 to your computer and use it in GitHub Desktop.
Save xtoddx/1967021 to your computer and use it in GitHub Desktop.
Install muralmapper
# brew install couchdb
# sudo easy_install pip
# sudo pip install couchapp
# brew install node
# curl http://npmjs.org/install.sh | sh
# git clone https://github.com/openlexington/muralmapper.git
# 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