source: INSTALL @ 5cfd6f6

client
Last change on this file since 5cfd6f6 was 501e0d7, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Mention remit/media/ in INSTALL

  • Property mode set to 100644
File size: 935 bytes
Line 
1= Installing Remit =
2
31.  At heart, Remit is just another Django application. Do whatever you normally need to do to install a Django application.
42.  Create local_settings.py containing:
5    * SECRET_KEY
6    * ADMINS
7    * Database configuration
8    * SERVER_EMAIL
9    * Any other settings you want
103.  Create local_settings_after.py (possibly empty)
114.  Run "./manage.py syncdb; ./manage.py migrate" to set up the database
125.  Run "./util/setup.py" to install the basic accounts (Assets, Expenses, Income, plus some common GLs)
136.  Run "./util/add_accounts" to add new accounts
14    * First argument: path to the base account --- for example, "Accounts.Assets"
15    * Standard input: accounts to add, separated by newline (to specify account numbers, add a tab followed by the account number)
167.  Use the admin interface to set up appropriate BudgetTerm(s)
178.  Make sure that the remit/media/ directory gets served to the web as media
Note: See TracBrowser for help on using the repository browser.