Webtools:Deployment Guidelines: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 7: Line 7:
* Must be in a repository
* Must be in a repository
* Must be reviewed by Webdev before staging and deployment
* Must be reviewed by Webdev before staging and deployment
* Ideally would have some sort of testing scripts written for code coverage.
* Code must run on current IT infrastructure/software.  Exceptions/additions will be evaluated on a case-by-case basis and require more ramp up time.
* Code must run on current IT infrastructure/software.  Exceptions/additions will be evaluated on a case-by-case basis and require more ramp up time.


= Okay, so now what? =
= Okay, so now what? =
* File an [https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&format=it_request IT request] to get things rolling.  Explain the above items in your bug, and when you want to release your app.  We will work together as a team to get it done.
* File an [https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&format=it_request IT request] to get things rolling.  Explain the above items in your bug, and when you want to release your app.  We will work together as a team to get it done.

Revision as of 22:21, 18 October 2006

The purpose of this document is to make these requirements known and understood for people interested in releasing a new web application on Mozilla infrastructure.

Requirements

  • Give IT and Webdev 1 month notice
  • Have documented requirements
  • Must be code-complete, meaning it meets your base requirements
  • Must be in a repository
  • Must be reviewed by Webdev before staging and deployment
  • Ideally would have some sort of testing scripts written for code coverage.
  • Code must run on current IT infrastructure/software. Exceptions/additions will be evaluated on a case-by-case basis and require more ramp up time.

Okay, so now what?

  • File an IT request to get things rolling. Explain the above items in your bug, and when you want to release your app. We will work together as a team to get it done.