AMO:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 20: | Line 20: | ||
* [[AMO:Developers/FrontEndStandards|Front End Coding Standards]] | * [[AMO:Developers/FrontEndStandards|Front End Coding Standards]] | ||
* [[AMO:Developers/Bugzilla|Bugzilla]] | * [[AMO:Developers/Bugzilla|Bugzilla]] | ||
* [[AMO:Developers/Hive|Querying access logs]] | |||
=== Ideas === | === Ideas === | ||
* [[AMO:Developers/JavaScriptTesting|We Need JavaScript Tests]] | * [[AMO:Developers/JavaScriptTesting|We Need JavaScript Tests]] |
Revision as of 23:32, 15 December 2010
Website Developers
- 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: Current Bugs || 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 full instructions for installing zamboni