102 Commits

Author SHA1 Message Date
Christopher Allan Webber
ccff46ab40 Configuring MediaGoblin, a loose sketch of documentation. 2011-10-30 23:29:28 -05:00
tycho garen
4e893b6ea1 docs: editing/tweaking deployment documentation 2011-10-31 00:21:30 -04:00
Christopher Allan Webber
2f9bd4d458 Added notes on a more permanent mediagoblin process. 2011-10-30 18:59:07 -05:00
Christopher Allan Webber
80bcaa5cb1 No reason to include commented-out things. 2011-10-30 16:59:15 -05:00
Christopher Allan Webber
17c712307d Recommend that users use a non-privelaged user (thanks Elrond for the text) 2011-10-30 16:47:39 -05:00
Christopher Allan Webber
26e789eb0c Let's comply with the Filesystem Hierarchy Standard
... and make elrond and tychoish happy :)
2011-10-30 16:43:12 -05:00
Christopher Allan Webber
36dc2eaa66 If I"m telling people to use fastcgi, we should probably use fastcgi ;) 2011-10-30 16:22:35 -05:00
Christopher Allan Webber
94011579e7 Hook mediagoblin up to nginx 2011-10-30 16:07:48 -05:00
Christopher Allan Webber
e260065ae5 Added a lot more details to deploying.rst 2011-10-30 11:55:41 -05:00
Will Kahn-Greene
917d4663af Overhauls docs
* 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.
2011-10-05 23:11:28 -04:00
Will Kahn-Greene
05d5d45bf9 Updates version number in docs 2011-09-01 21:10:33 -04:00
tycho garen
6503d66c98 Documentation Revision, clarification, and editing.
- a line in the .gitignore file to ignore the built documentation
  tree.

- a complete revision/editorial pass of all non-technical documents
  that outline process, project fundamentals, and background. These
  edits clarified the text, unified the style, and elaborated on
  stubs.
2011-08-27 17:43:14 -04:00
Christopher Allan Webber
26924b717e Changing the MediaGoblin Sphinx docs a bit...
- Removing the git guide, and moved it to the wiki
 - moving mediagoblin.rst to about_mediagoblin.rst
2011-08-21 22:23:03 -05:00
Christopher Allan Webber
abbc6c1a55 Updating the mediagoblin manual's foreward:
- Removing contributors section of the foreward... we should have a
   contributors list, but it doesn't belong here.
 - Specifying that this manual is not contributor-oriented... it's for
   local users/administrators
 - Updating issue tracker link
 - Adjusting the "living document" line to mention
   http://docs.mediagoblin.org
2011-08-21 21:54:54 -05:00
Will Kahn-Greene
c7f0b6fab0 Updating version to 0.0.4. 2011-08-01 12:17:03 -04:00
Christopher Allan Webber
cd57611f95 Phrasing update: "own your data" -> "free your data from proprietary control" 2011-08-01 09:54:09 -05:00
Will Kahn-Greene
65e7ce634c Moves hacking howto and design decisions docs to wiki 2011-07-31 23:07:13 -04:00
Will Kahn-Greene
25a7eb25bf Moves docs files around so we build from source/ directory 2011-07-31 17:54:54 -04:00
Will Kahn-Greene
d453571937 460. Adds texinfo output bits
Building texinfo version of the manual only works with Sphinx from hg
tip at present.

Also, there are some minor issues and someone should go through the
manual and read it to make sure there aren't issues.
2011-07-30 16:26:43 -04:00
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