Created
March 3, 2012 16:58
-
-
Save xtoddx/1967021 to your computer and use it in GitHub Desktop.
Install muralmapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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