From e824fbffcf55f5ec032b64e6dd71642dfd8f656a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 27 Apr 2016 15:15:57 -0400 Subject: [PATCH] Add a documentation chapter regarding settings. --- docs/topics/index.rst | 1 + docs/topics/settings.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/topics/settings.rst diff --git a/docs/topics/index.rst b/docs/topics/index.rst index 5f892d160b..e576ad56fa 100644 --- a/docs/topics/index.rst +++ b/docs/topics/index.rst @@ -20,6 +20,7 @@ Introductions to all the key parts of Mayan EDMS you'll need to know: smart_links tags mailing + settings file_storage backups screenshots diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst new file mode 100644 index 0000000000..fab60a9779 --- /dev/null +++ b/docs/topics/settings.rst @@ -0,0 +1,12 @@ +======== +Settings +======== + +When Mayan EDMS is initially installed a ``local.py`` file is created inside the +``/mayan/settings/`` folder. So if you installed Mayan EDMS according to the +instructions provided in this documentation your ``local.py`` should be located in +the directory: ``/usr/share/mayan-edms/mayan/settings/local.py``. + +For a list of all the configuration options, go to "Setup" then "Settings" on +your browser. This is also a good place to check if your overrided setting +option value in your ``local.py`` file is being interpreted correctly.