Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Encourage users to run migrations every time they buildout. | Christopher Allan Webber | 2011-05-22 | 1 | -1/+1 |
| | |||||
* | Clarified: don't do this in production! | Christopher Allan Webber | 2011-05-20 | 1 | -1/+2 |
| | |||||
* | Added some stuff on how to run CELERY_ALWAYS_EAGER | Christopher Allan Webber | 2011-05-20 | 1 | -0/+10 |
| | |||||
* | Moves virtualenv instructions to a place far far away | Will Kahn-Greene | 2011-05-20 | 1 | -121/+15 |
| | | | | | But seriously, moved them to the stop-gap wiki: https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv | ||||
* | ./bin/gmg shell documented in the hackinghowto | Christopher Allan Webber | 2011-05-16 | 1 | -0/+15 |
| | |||||
* | buildout instructions come first since it's easier if it does work | Christopher Allan Webber | 2011-05-12 | 1 | -12/+9 |
| | |||||
* | Reversing buildout and virtualenv instructions because I think | Christopher Allan Webber | 2011-05-07 | 1 | -64/+68 |
| | | | | | virtualenv is easier if you don't know how this stuff works, and it works. | ||||
* | Removes the git requirement--that's redundant | Will Kahn-Greene | 2011-05-07 | 1 | -1/+0 |
| | |||||
* | Wraps the virtualenv wrapper line | Will Kahn-Greene | 2011-05-07 | 1 | -1/+4 |
| | |||||
* | Tweaks the "if mongodb isn't working" troubleshooting section | Will Kahn-Greene | 2011-05-07 | 1 | -0/+6 |
| | |||||
* | Be sure to read the install instructions! | Christopher Allan Webber | 2011-05-07 | 1 | -1/+1 |
| | |||||
* | Fixes headers in hacking howto docs | Will Kahn-Greene | 2011-05-07 | 1 | -8/+2 |
| | |||||
* | Overhauls hacking howto | Will Kahn-Greene | 2011-05-07 | 1 | -76/+138 |
| | | | | | | | * reworks virtualenv section to be way better * reworks buildout section to mirror virtualenv section * reworks other sections that depend on which development environment building method you chose | ||||
* | First pass at adding virtualenv instructions. | Will Kahn-Greene | 2011-05-06 | 1 | -6/+75 |
| | |||||
* | Instructions on running celeryd | Christopher Allan Webber | 2011-05-06 | 1 | -0/+12 |
| | |||||
* | It doesn't necessarily have to be bash. | Christopher Allan Webber | 2011-05-06 | 1 | -3/+3 |
| | |||||
* | Made a link to the script wiping tool feature request ticket | Christopher Allan Webber | 2011-05-06 | 1 | -3/+3 |
| | |||||
* | Moving wiping to a clean slate beneath running server/ test suite | Christopher Allan Webber | 2011-05-06 | 1 | -16/+16 |
| | |||||
* | Lots of documentation changes | Will Kahn-Greene | 2011-05-03 | 1 | -32/+41 |
| | | | | | | | | * added a YouCanHelp directive to replace FIXMEs and encourage contributors to help out * moved some bits around between the hacking howto and the codebase documents * expanded on the stub nature of the theming howto * tweaked some other text | ||||
* | Fixes dead references in docs. | Will Kahn-Greene | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | Adds section on git | Will Kahn-Greene | 2011-04-30 | 1 | -4/+36 |
| | | | | | | * instructions for contributing patches * learning git * learning other utilities | ||||
* | Reworked contributing docs based on Asheesh's thoughts | Will Kahn-Greene | 2011-04-27 | 1 | -3/+58 |
| | | | | | | I chatted with Asheesh on IRC today and asked him to look over the contributer howto. He had a lot of thoughts and I factored most/all of them in. It's much better now. | ||||
* | Updates to hacking howto | Will Kahn-Greene | 2011-04-24 | 1 | -2/+44 |
| | | | | | | * adds "what's where" section which isn't wildly interesting right now but it's somewhat interesting * adds "wiping environment" section | ||||
* | License/copyright changes | Will Kahn-Greene | 2011-04-21 | 1 | -25/+0 |
| | | | | | | | | * changes COPYING to explain licensing for all of GNU MediaGoblin * adds design decision regarding why we picked the licensing we did * adds CC0 and AGPLv3 texts * removes licensing bits from hacking howto--we should put that somewhere else | ||||
* | Hackinghowto tweaks | Will Kahn-Greene | 2011-04-19 | 1 | -24/+51 |
| | | | | | * adjusts some whitespace and formatting * tweaks language and section breakdown | ||||
* | How to run the server | Christopher Allan Webber | 2011-04-17 | 1 | -0/+8 |
| | |||||
* | Updated hackinghowto.rst with info on how to use the new buildout | Christopher Allan Webber | 2011-04-17 | 1 | -30/+19 |
| | | | | stuff. | ||||
* | Overhauls TOC of manual | Will Kahn-Greene | 2011-04-14 | 1 | -2/+19 |
| | | | | | | | This work is based on discussion and etherpadding (is that a verb) on April 14th between Deb, Greg, Karen, Will, and Chris. It was an epic collaborative sprint. | ||||
* | Clarifies licensing for the project. | Will Kahn-Greene | 2011-04-13 | 1 | -9/+13 |
| | |||||
* | Adds documentation. | Will Kahn-Greene | 2011-04-12 | 1 | -1/+87 |
| | | | | | * wrote up some basic bits of a hacking howto * added a better deployment howto stub | ||||
* | Fixes docs. | Will Kahn-Greene | 2011-04-12 | 1 | -0/+5 |
* fixes some typos * tweaks some language issues that occured because I took Chris' stuff out of the context of the original READMEish structure * ditches installation for deploymenthowto and hackinghowto |