Skip to content
poeschko edited this page Jan 8, 2012 · 2 revisions

Setup

  1. Install Python and Django.
  2. Clone the iCAT Analytics git repository.
  3. Create a MySQL database icd with access for user icd and password icd (you can change the credentials in icdexplorer/settings_site.py).
  4. Run python icdexplorer/manage.py syncdb.
  5. Run python icdexplorer/precalc.py.
Clone this wiki locally