83 Commits

Author SHA1 Message Date
Will Kahn-Greene
0a80ad41a9 333. Adds text about naming bugfix branches 2011-07-24 15:19:38 -04:00
Christopher Allan Webber
3923174b70 Added instructions on how to run mongod --repair 2011-07-17 12:02:13 -05:00
Christopher Allan Webber
63fd974b4c Docs: fixing an issue with being unable to install with distribute installed already
Basically, use "python bootstrap.py --distribute" if you get DistributionNotFound: distribute
2011-07-17 11:36:56 -05:00
Will Kahn-Greene
ef8e47f260 Changes clone url from http url to git url
Cloning over http is always yuckier than cloning over git protocol.
2011-07-15 12:32:21 -04:00
Osama Khalid
6d27a5cf63 python-lxml is required on Fedora 2011-07-11 20:55:25 +03:00
Osama Khalid
35166f7654 Referring to the Hacking HOWTO in deploymenthowto (this is where I looked in first when I wanted to build MG) 2011-07-11 20:34:37 +03:00
Christopher Allan Webber
983e11f09e Instructions for installing MediaGoblin on Fedora 2011-07-06 22:29:12 -05:00
Will Kahn-Greene
132773ae08 Updates version to 0.0.3. 2011-07-05 09:26:45 -04:00
Elrond
073b61fe53 Move mediagoblin.celery_setup -> mediagoblin.init.celery
As the first target of the new .init. submodule move
celery_setup there. Quite straight forward, just a lot of
places to change.
2011-07-02 20:50:23 +02:00
Christopher Allan Webber
7577b7dfbe Two not three ways to contribute now, reflecting that in docs :) 2011-06-22 12:38:08 -05:00
Will Kahn-Greene
f439193628 333. Adds explanation of command lines; tweaks format-patch line
* Adds explanation of command lines and their arguments (gullydwarf's
  suggestion).
* Switched the ``git format-patch ...`` line from using -o patches to
  using --stdout.  This creates a single patch file and is (probably)
  easier to deal with.
* Fixed a typo.
* Adds toc to top of mediagoblin chapter
2011-06-21 12:32:43 -04:00
Christopher Allan Webber
41f965c59d Moving server.ini->paste.ini because willkg points out server.ini is ambiguous
Updating the file, updating lazyserver.sh, updating docs.
2011-06-20 08:55:58 -05:00
Christopher Allan Webber
fcdd172264 Updated git documentation to have more useful branch names.
I haven't discussed this with Will yet... if he gets unhappy we can
roll back this documentation change :)
2011-06-19 20:53:38 -05:00
Christopher Allan Webber
8b7663a0bd Making ./runtests.sh the official way to run the tests. 2011-06-19 16:52:27 -05:00
Christopher Allan Webber
f1fadb641d Updated hacking howto to reflect our new, easier to run lazyserver.sh command. 2011-06-19 14:03:08 -05:00
Christopher Allan Webber
77edca545b Adjusting hackinghowto docs to reflect change in server/tests commands 2011-06-19 11:50:05 -05:00
Christopher Allan Webber
595944d464 Recommending --set-upstream when doing a git push to a feature branch.
This is nice because it means git will tell you when your branch is
ahead/behind by several commits, assuming you keep working on it.
2011-06-16 08:33:10 -05:00
Will Kahn-Greene
6729d65a32 Adds local toc sections
* 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.
2011-06-13 12:31:23 -04:00
Will Kahn-Greene
03db7d6c74 Updates version in docs 2011-06-13 12:25:15 -04:00
Christopher Allan Webber
1e85d28e01 Already mentioned, but clarifying that branches should be localized to
a feature/bugfix/issue.
2011-06-13 09:08:18 -05:00
Will Kahn-Greene
fb6924170d Tweaks git workflow structure
* minor tweaking of the headers of the git workflow to break
  things up and organize them a bit better
2011-06-12 22:46:25 -04:00
Will Kahn-Greene
909c639d07 Fixes git workflow
* overhauls the docs so they're (hopefully) clearer on the git
  workflow
* adds text about putting things in bugfix branches, documenting
  your work, and using the issue tracker
* adds a contrived example that uses aliens
2011-06-12 22:43:19 -04:00
Christopher Allan Webber
7eac428526 Instructions for running tests with the modern setup 2011-06-05 15:33:28 -05:00
Christopher Allan Webber
f4cfb4e9c8 Encourage users to run migrations every time they buildout. 2011-05-22 17:11:59 -05:00
Christopher Allan Webber
c0bf3c807b Clarified: don't do this in production! 2011-05-20 19:35:11 -05:00
Christopher Allan Webber
693b674ce0 Added some stuff on how to run CELERY_ALWAYS_EAGER 2011-05-20 19:34:28 -05:00
Will Kahn-Greene
2aa3bb1154 Moves virtualenv instructions to a place far far away
But seriously, moved them to the stop-gap wiki:
https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv
2011-05-20 20:21:18 -04:00
Christopher Allan Webber
3e4a2f2be7 ./bin/gmg shell documented in the hackinghowto 2011-05-16 17:35:56 -05:00
Daniel Neel
bdcd615c3c Update to previous commit
To add an extra comment symbol.
2011-05-12 14:54:59 -04:00
Daniel Neel
84440a68f7 Edits to "What's where" diagram in docs/codebase.rst
Added comment symbols to distinguish comments from directory names.
Changed wording a bit on one part.
2011-05-12 14:52:51 -04:00
Daniel Neel
434fb405e3 Updated table of contents
Updated TOC to match "Foreward" > "Foreword"
2011-05-12 14:48:50 -04:00
Daniel Neel
c6d266f651 Fixed previous broken commit
Made a mistake with the last commit, fixed here.
2011-05-12 14:46:59 -04:00
Daniel Neel
016617a6c9 Changed "Foreward" to "Foreword"
Figured this was a typo. If not, feel free to skip this commit.
2011-05-12 14:46:02 -04:00
Daniel Neel
c19eed5283 Fixed a typo in docs/contributinghowto.rst
"it'd" > "it's"
2011-05-12 14:35:39 -04:00
Daniel Neel
49fa1a0073 Fixed another typo in docs/mediagoblin.rst
"We decide that in this case, that someone would be us!"
> "We decided that in this case, that someone would be us!"
2011-05-12 14:29:54 -04:00
Daniel Neel
5e593201a6 Fixed a typo in docs/mediagoblin.rst
"...their data and that measn someone..."
> "...their data and that means someone..."
2011-05-12 14:23:52 -04:00
Christopher Allan Webber
95aa6b56b2 buildout instructions come first since it's easier if it does work 2011-05-12 10:05:35 -05:00
Christopher Allan Webber
7a5ddb45dc Reversing buildout and virtualenv instructions because I think
virtualenv is easier if you don't know how this stuff works, and it
works.
2011-05-07 13:58:36 -05:00
Will Kahn-Greene
27057b42fb Removes the git requirement--that's redundant 2011-05-07 09:57:58 -04:00
Will Kahn-Greene
2bae877e67 Wraps the virtualenv wrapper line 2011-05-07 09:57:37 -04:00
Will Kahn-Greene
2704f7a6cb Tweaks the "if mongodb isn't working" troubleshooting section 2011-05-07 09:57:02 -04:00
Christopher Allan Webber
7501000353 Be sure to read the install instructions! 2011-05-07 08:54:53 -05:00
Will Kahn-Greene
1220e775b9 Fixes headers in hacking howto docs 2011-05-07 09:42:01 -04:00
Will Kahn-Greene
4564da2210 Overhauls hacking howto
* 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
2011-05-07 08:49:36 -04:00
Will Kahn-Greene
52be418afe First pass at adding virtualenv instructions. 2011-05-06 22:06:36 -04:00
Will Kahn-Greene
8842779b4e Fixes a link in the docs 2011-05-06 21:54:10 -04:00
Christopher Allan Webber
1c424df505 Instructions on running celeryd 2011-05-06 10:06:57 -05:00
Christopher Allan Webber
1b734c4d67 It doesn't necessarily have to be bash. 2011-05-06 06:56:26 -05:00
Christopher Allan Webber
30d216aedc Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin 2011-05-06 06:55:20 -05:00
Christopher Allan Webber
4509880386 Made a link to the script wiping tool feature request ticket 2011-05-06 06:54:57 -05:00