aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/configuration.rst
Commit message (Collapse)AuthorAgeFilesLines
* Document how to display EXIF data.Ben Sturmfels2021-08-151-0/+11
|
* docs: Tune up configuration documentation.Ben Sturmfels2021-03-291-28/+16
|
* docs: Mention that `dbupdate` is sometimes required after changing config.Rodrigo Martins2021-03-291-0/+5
| | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* docs: Tweak deployment docs headings, link to configuration docs.Ben Sturmfels2020-05-111-16/+13
|
* Adding 'Waitress' where 'FastCGI' was previously referencedMichael Lynch2020-04-151-1/+1
|
* Removing flup and fastcgi from documentationMichael Lynch2020-04-141-2/+2
| | | | | | flup is not supported on Python3, so MediaGoblin doesn't have a supported way to enable FastCGI support. This change removes all references to flup and FastCGI and updates deployment instructions to use simple HTTP forwarding with nginx to access mediagoblin's non-static resources.
* Document SSL/TLS SMTP options.Ben Sturmfels2020-04-071-4/+6
|
* remove mentions of mediagoblin_local.iniBoris Bobrov2017-11-131-24/+0
|
* Spell-check the entire documentation.Ben Sturmfels2016-09-181-3/+3
|
* Add documentation on changing data dir and Fix stylistic changesJessica Tallon2014-09-291-0/+28
|
* Docs tweaksWill Kahn-Greene2012-08-201-4/+6
| | | | This fixes some minor issues in the documentation.
* Split docs into siteadmin and pluginwriter guidesWill Kahn-Greene2012-05-231-0/+129
* create initial bits for plugin writer's guide * move siteadmin stuff to site administrator's guide * rework index.rst to support multiple guides * tweak some text * move files into subdirectories I verified that this still works with html and texinfo build targets. There's still a lot of work to do, but this is a good start.