Installation

To install the server-side components you need:

Checkout

To get a copy of the project run the following

svn co https://open-fdc.svn.sourceforge.net/svnroot/open-fdc open-fdc

Database Schema

  • Create a database called openfdc_django (default username and password is 'openfdc')
  • Change to open-fdc/openfdc_django and run

    python manage.py syncdb