AMO:Developers: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
= Website Developers =
= Website Developers =


For information on Remora, see the [[Update:Remora|Remora project page]].
*'''Project:''' addons.mozilla.org (AMO)
*'''Code Name:''' Zamboni (previously Update(-07), Remora (2007-10))
*'''Start Date:''' Jan 2010
*'''Site Repository:''' http://github.com/jbalogh/zamboni
*'''Demo Site (off trunk):''' https://preview.addons.mozilla.org/
*'''Demo Site (off the next branch):''' https://next.addons.mozilla.org/
*'''Production Site:''' https://addons.mozilla.org/
*'''Bugs: [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced;product=addons.mozilla.org;resolution=--- Current Bugs] || [https://bugzilla.mozilla.org/enter_bug.cgi?product=addons.mozilla.org file a bug]
*'''Development Contact:''' Join #amo on irc.mozilla.org
 
== Want to help contribute? ==
=== Coding and Development ===
* Zamboni is a Django based python application.  You can see a list of required libraries in the requirements*.txt files in the repository.  See the [http://jbalogh.github.com/zamboni/ full instructions for installing zamboni]


=== Resources ===
=== Resources ===
* [[Update:Remora_Server_Requirements|How to setup Remora]]
* [[Update:Build_Process]]
* [[SVN|Mozilla SVN]]
* [[AMO:Bugs|Who do I request review from?]]
* [[AMO:Developers/Staging|Staging Boxes]]
* [[AMO:Developers/Database_Changes|Database Changes]]
* [[Update:Remora_OSX_Setup|How to setup Remora on OSX (10.5)]]
* [[AMO:Developers/Statistics|Statistics Parsing Scripts]]
* [[AMO:Developers/Queries|Useful SQL Queries]]
* [[AMO:Developers/Queries|Useful SQL Queries]]
* [[AMO:Developers/Sphinx|Installing Sphinx]]
* [[AMO:Developers/Sphinx|Installing Sphinx]]
* [[AMO:Developers/FrontEndStandards|Front End Coding Standards]]
* [[AMO:Developers/FrontEndStandards|Front End Coding Standards]]

Revision as of 00:56, 10 May 2010

Website Developers

Want to help contribute?

Coding and Development

Resources