Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • environment variable MIFOS_CONF, eg.
    Code Block
    set MIFOS_CONF=C:\mifos_conf
    • recommended if you don't like the next choice
  • .mifos directory under user's home directory
    • this is the generally the easiest option
    • if this directory does not exist, it must be manually created
    • Windows XP
      • <installation_drive>:\Documents and Settings\<user>\.mifos
      • eg. C:\Documents and Settings\John\.mifos
      • use cmd.exe to create the .mifos folder in your home directory, like: "mkdir .mifos".
    • Linux/Mac... $HOME/.mifos
  • Java System property mifos.confonly intended for developer use
  • org/mifos/config/resources on the classpath – only intended for developer use

...