client
Last change
on this file since c3e751d 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
|
Rev | Line | |
---|
[a17645f] | 1 | = Installing Remit = |
---|
| 2 | |
---|
| 3 | 1. At heart, Remit is just another Django application. Do whatever you normally need to do to install a Django application. |
---|
| 4 | 2. Create local_settings.py containing: |
---|
| 5 | * SECRET_KEY |
---|
| 6 | * ADMINS |
---|
| 7 | * Database configuration |
---|
| 8 | * SERVER_EMAIL |
---|
| 9 | * Any other settings you want |
---|
| 10 | 3. Create local_settings_after.py (possibly empty) |
---|
| 11 | 4. Run "./manage.py syncdb; ./manage.py migrate" to set up the database |
---|
| 12 | 5. Run "./util/setup.py" to install the basic accounts (Assets, Expenses, Income, plus some common GLs) |
---|
| 13 | 6. 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) |
---|
| 16 | 7. Use the admin interface to set up appropriate BudgetTerm(s) |
---|
[501e0d7] | 17 | 8. Make sure that the remit/media/ directory gets served to the web as media |
---|
Note: See
TracBrowser
for help on using the repository browser.