Skip to content

Getting Started with CommCareHQ 1.0

rowenaluk edited this page Apr 19, 2012 · 7 revisions

get the code:

  • git clone git://github.com/dimagi/commcare-hq
  • cd commcare-hq
  • git submodule init
  • git submodule update
  • pip install -r requirements.txt

read up on couchdb, couchio, and couchdbkit

  1. Get the latest installer from couchOne/couch.io
  2. chown -R couchdb:couchdb /opt/couchdb-1.0.0/{etc,var/lib,var/run,var/log}/couchdb
  3. Verify http://localhost:5984/_util shows something
  4. create databases uses the _util interface
  5. add COUCH_ settings to localsettings.py