Created
March 3, 2012 16:28
-
-
Save xtoddx/1966889 to your computer and use it in GitHub Desktop.
Install muralapp
This file contains 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 | |
# pip install couchapp | |
# git clone https://github.com/codeforamerica/muralapp.git | |
# cd muralapp | |
# cp javascripts/settings.example.js javascripts/settings.js | |
# vi javascripts/settings.js | |
# cd couchapp | |
# couchapp push . http://localhost:5984/murals | |
# cd .. | |
# open public/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment