Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix relnotes formatting | Will Kahn-Greene | 2012-04-07 | 1 | -0/+2 |
| | | | | | * adds link to deployment docs. * tweaks formatting | ||||
* | Updated documentation | Joar Wandborg | 2012-04-03 | 1 | -3/+88 |
| | | | | Added PostgreSQL deployment documentation | ||||
* | Added CC0 header to all MediaGoblin docs in docs/source/ | Christopher Allan Webber | 2012-02-07 | 1 | -0/+13 |
| | |||||
* | Updating deployment guide so that it can handle the current virtualenv ↵ | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | | | | | | | site-packages changes Now it should try using --system-site-packages and if that fails (older version) it tries it without the argument. | ||||
* | Doc updates | Will Kahn-Greene | 2011-12-12 | 1 | -94/+101 |
| | | | | | | | * fixed some language * fixed some consistency issues * fixed some 80-line-width issues * fixed some typos and markup problems | ||||
* | Add a note on how to up the upload size limit | Christopher Allan Webber | 2011-12-12 | 1 | -0/+3 |
| | |||||
* | DOCS:: #675 revision to deployment and production documents | tycho garen | 2011-12-04 | 1 | -21/+4 |
| | |||||
* | DOCS: update to deployment documentation and new production deployments doc | tycho garen | 2011-12-04 | 1 | -5/+5 |
| | |||||
* | incorrect path in nginx config | Corey Farwell | 2011-11-19 | 1 | -1/+1 |
| | |||||
* | Correcting the mediagoblin static/media aliases in the deployment guide | Christopher Allan Webber | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | A correct but compact set of instructions for fastcgi on nginx | Christopher Allan Webber | 2011-11-03 | 1 | -1/+5 |
| | |||||
* | Indentation was off by one ;) | Christopher Allan Webber | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | We left out a critical fastcgi variable from the nginx config | Christopher Allan Webber | 2011-11-03 | 1 | -0/+1 |
| | |||||
* | Recommendation to install flup! | Christopher Allan Webber | 2011-11-03 | 1 | -0/+5 |
| | |||||
* | docs: editing/tweaking deployment documentation | tycho garen | 2011-10-31 | 1 | -179/+201 |
| | |||||
* | Added notes on a more permanent mediagoblin process. | Christopher Allan Webber | 2011-10-30 | 1 | -0/+22 |
| | |||||
* | No reason to include commented-out things. | Christopher Allan Webber | 2011-10-30 | 1 | -1/+0 |
| | |||||
* | Recommend that users use a non-privelaged user (thanks Elrond for the text) | Christopher Allan Webber | 2011-10-30 | 1 | -0/+22 |
| | |||||
* | Let's comply with the Filesystem Hierarchy Standard | Christopher Allan Webber | 2011-10-30 | 1 | -3/+3 |
| | | | | ... and make elrond and tychoish happy :) | ||||
* | If I"m telling people to use fastcgi, we should probably use fastcgi ;) | Christopher Allan Webber | 2011-10-30 | 1 | -1/+1 |
| | |||||
* | Hook mediagoblin up to nginx | Christopher Allan Webber | 2011-10-30 | 1 | -0/+80 |
| | |||||
* | Added a lot more details to deploying.rst | Christopher Allan Webber | 2011-10-30 | 1 | -7/+100 |
| | |||||
* | Overhauls docs | Will Kahn-Greene | 2011-10-05 | 1 | -0/+16 |
* Removes a bunch of content that doesn't need to be in the suer manual anymore. * Fixes issues so it's more readable in source form. * Adds help chapter. * Moves links out of paragraphs to reduce line length. * Cleans up some language. * Fixes some links. |