Skip to content

Instantly share code, notes, and snippets.

@rossbruniges
rossbruniges / MoFactor Apps.md
Last active December 11, 2015 11:28 — forked from jbuck/MoFactor Apps.md
A couple of additions on the awesome doc initiated by @jbuck

The Mo-Factor App

In the spirit of Twelve-Factor Apps, this is a list of concrete things that you can do to make your software better. Some of it overlaps with Twelve-Factor Apps, but it's all good.

Uses git/Github

All of our apps will use git and Github for hosting repositories. This gives us a great collaboration and code review tool, an issue tracker, a wiki, and free static web hosting. All MoFactor apps should be owned by the Mozilla organzation

@rossbruniges
rossbruniges / MoFactor Apps.md
Last active December 11, 2015 17:19 — forked from jdotpz/MoFactor Apps.md
Tried to explain up front our 3 tier's of application type, have added in a section linking off to the tagging document I made. Should the entire document be included? I do not know...

The Mo-Factor App

In the spirit of Twelve-Factor Apps, this is a list of concrete things that you can do to make your software better. Some of it overlaps with Twelve-Factor Apps, but it's all good.

Comes in 3 types of flavour

  • Stable - something like popcorn.webmaker.org this is a high-end, high traffic site and is built to ensure that it can cope with both fast feature iteration and high peaks in traffic.
  • Immature - something like source.mozillaopennews.org this is a site in production but development is less regular and traffic less heavy. However if things do need to move quickly, or if we're especting a planned peak in traffic the app can still cope.

The Mo-Factor App

In the spirit of Twelve-Factor Apps, this is a list of concrete things that you can do to make your software better. Some of it overlaps with Twelve-Factor Apps, but it's all good.

Uses git/Github

All of our apps will use git and Github for hosting repositories. This gives us a great collaboration and code review tool, an issue tracker, a wiki, and free static web hosting. All MoFactor apps should be owned by the Mozilla organzation