aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hackinghowto.rst
Commit message (Collapse)AuthorAgeFilesLines
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-1/+1
| | | | | | As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.
* Moving server.ini->paste.ini because willkg points out server.ini is ambiguousChristopher Allan Webber2011-06-201-1/+1
| | | | Updating the file, updating lazyserver.sh, updating docs.
* Making ./runtests.sh the official way to run the tests.Christopher Allan Webber2011-06-191-1/+1
|
* Updated hacking howto to reflect our new, easier to run lazyserver.sh command.Christopher Allan Webber2011-06-191-15/+17
|
* Adjusting hackinghowto docs to reflect change in server/tests commandsChristopher Allan Webber2011-06-191-3/+3
|
* Adds local toc sectionsWill Kahn-Greene2011-06-131-0/+4
| | | | | | | * Some of our chapters are pretty long and this should make it much easier for a user to find what they're looking for and jumping to it. It's easier to read the section toc at the top of the chapter, than it is to read it in the sidebar.
* Instructions for running tests with the modern setupChristopher Allan Webber2011-06-051-1/+1
|
* Encourage users to run migrations every time they buildout.Christopher Allan Webber2011-05-221-1/+1
|
* Clarified: don't do this in production!Christopher Allan Webber2011-05-201-1/+2
|
* Added some stuff on how to run CELERY_ALWAYS_EAGERChristopher Allan Webber2011-05-201-0/+10
|
* Moves virtualenv instructions to a place far far awayWill Kahn-Greene2011-05-201-121/+15
| | | | | But seriously, moved them to the stop-gap wiki: https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv
* ./bin/gmg shell documented in the hackinghowtoChristopher Allan Webber2011-05-161-0/+15
|
* buildout instructions come first since it's easier if it does workChristopher Allan Webber2011-05-121-12/+9
|
* Reversing buildout and virtualenv instructions because I thinkChristopher Allan Webber2011-05-071-64/+68
| | | | | virtualenv is easier if you don't know how this stuff works, and it works.
* Removes the git requirement--that's redundantWill Kahn-Greene2011-05-071-1/+0
|
* Wraps the virtualenv wrapper lineWill Kahn-Greene2011-05-071-1/+4
|
* Tweaks the "if mongodb isn't working" troubleshooting sectionWill Kahn-Greene2011-05-071-0/+6
|
* Be sure to read the install instructions!Christopher Allan Webber2011-05-071-1/+1
|
* Fixes headers in hacking howto docsWill Kahn-Greene2011-05-071-8/+2
|
* Overhauls hacking howtoWill Kahn-Greene2011-05-071-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-Greene2011-05-061-6/+75
|
* Instructions on running celerydChristopher Allan Webber2011-05-061-0/+12
|
* It doesn't necessarily have to be bash.Christopher Allan Webber2011-05-061-3/+3
|
* Made a link to the script wiping tool feature request ticketChristopher Allan Webber2011-05-061-3/+3
|
* Moving wiping to a clean slate beneath running server/ test suiteChristopher Allan Webber2011-05-061-16/+16
|
* Lots of documentation changesWill Kahn-Greene2011-05-031-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-Greene2011-05-021-1/+1
|
* Adds section on gitWill Kahn-Greene2011-04-301-4/+36
| | | | | | * instructions for contributing patches * learning git * learning other utilities
* Reworked contributing docs based on Asheesh's thoughtsWill Kahn-Greene2011-04-271-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 howtoWill Kahn-Greene2011-04-241-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 changesWill Kahn-Greene2011-04-211-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 tweaksWill Kahn-Greene2011-04-191-24/+51
| | | | | * adjusts some whitespace and formatting * tweaks language and section breakdown
* How to run the serverChristopher Allan Webber2011-04-171-0/+8
|
* Updated hackinghowto.rst with info on how to use the new buildoutChristopher Allan Webber2011-04-171-30/+19
| | | | stuff.
* Overhauls TOC of manualWill Kahn-Greene2011-04-141-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-Greene2011-04-131-9/+13
|
* Adds documentation.Will Kahn-Greene2011-04-121-1/+87
| | | | | * wrote up some basic bits of a hacking howto * added a better deployment howto stub
* Fixes docs.Will Kahn-Greene2011-04-121-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