| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Turns out this breaks tests. Will attempt again when I have time to deal with
the tests.
This reverts commit 120f144f0eb014e694a584a627c8b17856da5b51.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
The * feels like it might confuse no-programmers.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
For more context, see:
http://joeyh.name/blog/entry/trademark_nonsense/
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Corrected typos and fixed rst formatting issues.
|
|
|
|
|
| |
Added tested systemd service files. Modified the structure of the
section about init scripts.
|
|
|
|
|
|
|
| |
- Fixed an outdated URL
- Rewrote "Separate Celery" section
- Changed literal blocks to bash code-blocks
- Changed wording when referring to the MediaGoblin WSGI application
|
|
|
|
| |
This commit sponsored by S J Bennett. Thanks!
|
|
|
|
|
|
|
| |
- Added wrap_wsgi, celery_setup, celery_logging_setup hooks
- Updated raven plugin docs
- Updated production considerations docs
- Added raven logging setup
|
| |
|
| |
|
|
* 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.
|