Installation and Setup

Installation

To install django-minke and all its dependencies use pip:

$ pip install django-minke

The dependencies are:

Setup

Django

Minke is build as a django-application. For more informations about how to setup a django-project please see the django-documentation:

Celery

Minke uses celery to realize asynchrouniously and parrallel task-execution. For more informations about how to setup a django-project with celery please see the celery-documentation:

Note

Minke depends on a celery-setup with a working result-backend. We recommend to use the django-celery-result-extension:

Fabric

Minke uses fabric to realize remote-execution. Fabric itself is build on invoke (command-execution) and paramiko (ssh-connections). Fabric and invoke are highly configurable. Please see Fabric-integration for more informations about how to configure fabric within a minke-project.