Main Page: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
mNo edit summary
(Continued restructuring - created a separate 'beginners corner' page.)
Line 13: Line 13:
== Hacking and Deploying MediaGoblin ==
== Hacking and Deploying MediaGoblin ==
* [[HackingHowto|Hacking]] - Get your computer set up to hack on GNU MediaGoblin.
* [[HackingHowto|Hacking]] - Get your computer set up to hack on GNU MediaGoblin.
** [[BeginnersCorner|Beginner's Corner]] - Resources for those who are new to Python, MongoDB, or Git.
** We'll be adding some distribution/OS specific hacking guides as separate pages soon.
** We'll be adding some distribution/OS specific hacking guides as separate pages soon.
* [[Configure_MediaGoblin|Configuration]] - Learn how to configure MediaGoblin for all your local needs.
* [[Configure_MediaGoblin|Configuration]] - Learn about MediaGoblin configuration files and file options.
* [[Virtual_Machine_Hosting|Deployment]] - Deploy your own publicly available MediaGoblin server using [http://aws.amazon.com/free/?utm_source=adwords&utm_medium=cpc&utm_campaign=CPC_Google_AWS_ec2&utm_content=TextV01_PP_V01_EC2&trk=CPC_Google_AWS_ec2 Amazon's free EC2 tier].
* [[Virtual_Machine_Hosting|Deployment]] - Deploy your own publicly available MediaGoblin server using [http://aws.amazon.com/free/?utm_source=adwords&utm_medium=cpc&utm_campaign=CPC_Google_AWS_ec2&utm_content=TextV01_PP_V01_EC2&trk=CPC_Google_AWS_ec2 Amazon's free EC2 tier].



== Testing and Release Guidelines ==
== Testing and Release Guidelines ==
* [[UnitTests]] - all about the unit tests
* [[UnitTests|Unit Tests]] - all about the unit tests
* [[User Experience]] - user experience testing. Includes link to an instance you can try!
* [[User Experience]] - user experience testing. Includes link to an instance you can try!
* [[ReleaseProcess]] - covers the release process
* [[ReleaseProcess|Release Process]] - covers the release process


= Documentation and Translations =
= Documentation and Translations =

Revision as of 00:27, 21 August 2011

GNU MediaGoblin wiki of bizarre and unusual things

In this wiki you will find beasts the likes of which you have never laid eyes on before! Expand your imagination, ladies and gentlemen, and examine the errata in this corpus of knowledge. May it transform you and let you see the world in a new light forevermore.

Want to try out GNU MediaGoblin?

  • If you want to run your own server to test the best information is currently in the HackingHowto
  • There's info on a server you can test on our User Experience page

Want to hack on GNU MediaGoblin?

This section provides the magical incantations to help you start hacking.

Hacking and Deploying MediaGoblin

  • Hacking - Get your computer set up to hack on GNU MediaGoblin.
    • Beginner's Corner - Resources for those who are new to Python, MongoDB, or Git.
    • We'll be adding some distribution/OS specific hacking guides as separate pages soon.
  • Configuration - Learn about MediaGoblin configuration files and file options.
  • Deployment - Deploy your own publicly available MediaGoblin server using Amazon's free EC2 tier.


Testing and Release Guidelines

Documentation and Translations

Inner workings of the secret sanctum (Contacting the team)

Technical Considerations

  • DesignDecisions - covers design decisions (FIXME - this needs to be split up)
  • Storage - How MediaGoblin's internal storage system works.
  • Processing - What happens after you submit your image/video/etc? Processing! More about that.
  • Scaling Down - Minimizing MediaGoblin's resource requirements
  • External Library Policy - covers use of external libraries

Project Miscellany