$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):

    Copy
    sudo su

    Setup Git with:

    Copy
    apt-get install git
  3. Download djangotoolbox Tarball

    Here djangotoolbox tar.gz
    Links to djangotoolbox tar.gz Release
  4. Next Install djangotoobox

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

    How to Install Python Easy_install & Pip on Ubuntu

    Here Ubuntu Easy_install Pip Setup
    Links to Installation Guide for Python Easy_install and Pip on Ubuntu Linux Distro
  5. Download django-nonrel Tarball

    Here django-norel tar.gz
    Links to django-nonrel tar.gz Release
  6. Again Install django-nonrel

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

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