aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/production-deployments.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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.