Add a documentation chapter regarding settings.

This commit is contained in:
Roberto Rosario
2016-04-27 15:15:57 -04:00
parent 9ab03d2c16
commit e824fbffcf
2 changed files with 13 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ Introductions to all the key parts of Mayan EDMS you'll need to know:
smart_links smart_links
tags tags
mailing mailing
settings
file_storage file_storage
backups backups
screenshots screenshots

12
docs/topics/settings.rst Normal file
View File

@@ -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.