/README

https://bitbucket.org/bbangert/kai/ · #! · 20 lines · 17 code · 3 blank · 0 comment · 0 complexity · dac88077b2923d7c81d096742bc1cc99 MD5 · raw file

  1. README
  2. ======
  3. Getting Started with the code
  4. -----------------------------
  5. 1) Check it out from bitbucket (assumed you've already done it)
  6. 2) Run develop to load up dependencies:
  7. python setup.py develop
  8. 3) Get and install CouchDB
  9. 4) Create a CouchDB database called kai
  10. (This can be done via the web UI at http://127.0.0.1:5984/_utils/)
  11. 5) Restore the db dump in Kai:
  12. cat kai.db | couchdb-load http://127.0.0.1:5984/kai
  13. 6) Setup the translation catalogs:
  14. python setup.py extract_messages
  15. python setup.py compile_catalog
  16. 6) Run the Kai project:
  17. paster serve --reload development.ini