Skip to content
Batoure edited this page Jan 9, 2015 · 1 revision

Welcome to the Digital Minion wiki!

Git beginner's guide

All of Digital Minion's projects are hosted on Github. We recommend using Atlassian's SourceTree git client for source control management. This guide should help you get started on the path to contributing to Digital Minion projects.

Why Overmind? Why Digital Minion?

Some essential values put forward by Digital Minion:

  • A truly modular architecture
    • to promote code reuse across projects
    • to make your components easy to test
    • to provide extension points for alternative usages of your features (i.e. configurability)
    • to avoid massive multi-project deployments when possible (i.e. modular rather than monolithic deployments)
  • Entirely automated deployments through Overmind
    • to avoid error-prone manual operations at all costs
    • to provide a reproducible installation process in any environment
Clone this wiki locally