aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/production-deployments.rst
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Disable registrations by default due to spam."Ben Sturmfels2021-09-121-14/+12
| | | | | | | Turns out this breaks tests. Will attempt again when I have time to deal with the tests. This reverts commit 120f144f0eb014e694a584a627c8b17856da5b51.
* Disable registrations by default due to spam.Ben Sturmfels2021-09-041-12/+14
|
* Document running multiple MediaGoblin instances on one server.Ben Sturmfels2021-08-151-4/+21
|
* docs: Tune up the celery and production deployments documentation.Ben Sturmfels2021-03-291-103/+44
|
* Increase Nginx upload limit to 100m, improve related docs [#5496].Ben Sturmfels2020-05-131-0/+1
| | | | | | By increasing the limit from 8m to 100m, we should immediately fix initial problems for people trying to upload audio or video. From there, they can read the documentation more closely when they try to upload larger files.
* Fix headings in production.rst.Ben Sturmfels2020-04-291-2/+2
|
* Review and update the deploment docs for Debian 10 and CentOS 8 [#5593].Ben Sturmfels2020-04-291-127/+32
| | | | | | Mostly a thorough test and cleanup. The significant change is moving the systemd config into the deployment docs an the registration/security considerations to production considerations docs.
* Fix Sphinx build warnings, remove gNewSense, *buntu -> Ubuntu.Ben Sturmfels2020-04-281-1/+1
| | | | The * feels like it might confuse no-programmers.
* Removing flup and fastcgi from documentationMichael Lynch2020-04-141-3/+3
| | | | | | 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.
* remove mentions of mediagoblin_local.iniBoris Bobrov2017-11-131-1/+1
|
* Spell-check the entire documentation.Ben Sturmfels2016-09-181-7/+7
|
* A bit of a documentation update around celery systemd init filesChristopher Allan Webber2016-07-131-0/+3
|
* Move Ubuntu -> *buntu because of absurd trademark issuesChristopher Allan Webber2016-02-191-2/+2
| | | | | For more context, see: http://joeyh.name/blog/entry/trademark_nonsense/
* docs: Set paster service to start before celeryJim Campbell2015-05-191-1/+2
| | | | | | For some reason, celery wouldn't start if I started it first. Setting paster to start first. Celery starts just fine on initial run after paster is running.
* docs: Formatting tweaks to production-deployments.rstJim Campbell2015-05-151-14/+16
| | | | Corrected typos and fixed rst formatting issues.
* docs: Added systemd info. Reworked init script info.Jim Campbell2015-05-111-30/+157
| | | | | Added tested systemd service files. Modified the structure of the section about init scripts.
* Improved docsJoar Wandborg2013-05-241-25/+39
| | | | | | | - Fixed an outdated URL - Rewrote "Separate Celery" section - Changed literal blocks to bash code-blocks - Changed wording when referring to the MediaGoblin WSGI application
* tyop fix in docs, lazyserer.sh->lazyserver.shChristopher Allan Webber2013-03-091-1/+1
| | | | This commit sponsored by S J Bennett. Thanks!
* Updated raven pluginJoar Wandborg2013-03-031-41/+6
| | | | | | | - Added wrap_wsgi, celery_setup, celery_logging_setup hooks - Updated raven plugin docs - Updated production considerations docs - Added raven logging setup
* *docs* intersphinx, exception monitoringJoar Wandborg2013-01-271-0/+46
|
* Added links to community-provied init scriptsJoar Wandborg2012-05-281-2/+16
|
* Split docs into siteadmin and pluginwriter guidesWill Kahn-Greene2012-05-231-0/+94
* 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.