Skip to content

Instantly share code, notes, and snippets.

@xtoddx
Created March 3, 2012 16:28
Show Gist options
  • Save xtoddx/1966889 to your computer and use it in GitHub Desktop.
Save xtoddx/1966889 to your computer and use it in GitHub Desktop.
Install muralapp
# 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