aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/deploying.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix relnotes formattingWill Kahn-Greene2012-04-071-0/+2
| | | | | * adds link to deployment docs. * tweaks formatting
* Updated documentationJoar Wandborg2012-04-031-3/+88
| | | | Added PostgreSQL deployment documentation
* Added CC0 header to all MediaGoblin docs in docs/source/Christopher Allan Webber2012-02-071-0/+13
|
* Updating deployment guide so that it can handle the current virtualenv ↵Christopher Allan Webber2012-02-021-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 updatesWill Kahn-Greene2011-12-121-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 limitChristopher Allan Webber2011-12-121-0/+3
|
* DOCS:: #675 revision to deployment and production documentstycho garen2011-12-041-21/+4
|
* DOCS: update to deployment documentation and new production deployments doctycho garen2011-12-041-5/+5
|
* incorrect path in nginx configCorey Farwell2011-11-191-1/+1
|
* Correcting the mediagoblin static/media aliases in the deployment guideChristopher Allan Webber2011-11-031-2/+2
|
* A correct but compact set of instructions for fastcgi on nginxChristopher Allan Webber2011-11-031-1/+5
|
* Indentation was off by one ;)Christopher Allan Webber2011-11-031-1/+1
|
* We left out a critical fastcgi variable from the nginx configChristopher Allan Webber2011-11-031-0/+1
|
* Recommendation to install flup!Christopher Allan Webber2011-11-031-0/+5
|
* docs: editing/tweaking deployment documentationtycho garen2011-10-311-179/+201
|
* Added notes on a more permanent mediagoblin process.Christopher Allan Webber2011-10-301-0/+22
|
* No reason to include commented-out things.Christopher Allan Webber2011-10-301-1/+0
|
* Recommend that users use a non-privelaged user (thanks Elrond for the text)Christopher Allan Webber2011-10-301-0/+22
|
* Let's comply with the Filesystem Hierarchy StandardChristopher Allan Webber2011-10-301-3/+3
| | | | ... and make elrond and tychoish happy :)
* If I"m telling people to use fastcgi, we should probably use fastcgi ;)Christopher Allan Webber2011-10-301-1/+1
|
* Hook mediagoblin up to nginxChristopher Allan Webber2011-10-301-0/+80
|
* Added a lot more details to deploying.rstChristopher Allan Webber2011-10-301-7/+100
|
* Overhauls docsWill Kahn-Greene2011-10-051-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.