Project Layout
Your local installation of Momod should have a container directory containing two sub-directories with MOMOD checked out in /momod and your own configuration in /local.
/my-momod
|-/local
|-/momod
An explanation of Project Layout
By default no local configuration or ‘secrets’ are present in the /momod directory. Hopefully this keeps development easy and frictionless as well as allowing easy updates (just ‘git pull’).
Passwords, cryptographic keys and other configuration you don’t want to commit to a public VCS repository should all be in the /local directory. I leave it to the user to decide how you will keep this information backed up and if desired under version control.