$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Django MondoDB Engine on Ubuntu Linux Easy Guide

January 8, 2013 | By Duchateaux.

Ubuntu Django MongoDB Setup





Hi! This Guide shows you Step-by-Step How to Install Django MondoDB Engine Ubuntu Linux.

First, Djangotoolbox provides a common API for running Django on non-relational/NoSQL databases.

And in djangotoolbox.db you can find base classes for writing non-relational DB backends.

Moreover, Read Writing a non-relational Django backend for more information.

Finally, the post’s Content is Expressly Reduced to Give Focus to the Essentials Instructions and Commands.

How to Install Django MondoDB Engine on Ubuntu Linux Easy Guide
  1. First, Open a Terminal Window
    (Press “Enter” to Execute Commands)

  2. Then Install Git
    First, Login as SuperUser (To make following commands shorter):

    sudo su

    Setup Git with:

    apt-get install git
  3. Download djangotoolbox Tarball

    djangotoolbox tar.gz
  4. Next Install djangotoobox

    pip install ~/Downloads/django-nonrel-djangotoolbox*.tar.gz

    How to Install Python Easy_install & Pip on Ubuntu

    Ubuntu Easy_install Pip Setup
  5. Download django-nonrel Tarball

    django-norel tar.gz
  6. Again Install django-nonrel

    pip install ~/Downloads/django-nonrel-django-nonrel*.tar.gz
  7. Finally, Install mongodb-engine

    pip install git+https://github.com/django-nonrel/mongodb-engine