Getting started with the django - Python Web framework 1.5 on RHEL 5.9 ZipKit
Django is a free and open source web application framework, written in Python, which follows the model–view–controller architectural pattern. It is maintained by the Django Software Foundation (DSF). Django's primary goal is to ease the creation of complex, database-driven websites. Django emphasizes reusability and "pluggability" of components, rapid development.
This topic contains the following sections:
Where to download the ZipKit
- Download the django ZipKit from BMC Communities.
- Download following django packages from the RHEL 5.9 OS Media.
- expect-5.43.0-8.el5.x86_64.rpm
- Django-1.5.4.tar.gz
- mysql-server-5.0.95-3.el5.x86_64.rpm
- perl-DBD-MySQL-3.0007-2.el5.x86_64.rpm
- mysql-devel-5.0.95-3.el5.x86_64.rpm
- mysql-5.0.95-3.el5.x86_64.rpm
- perl-DBI-1.52-2.el5.x86_64.rpm
- pcre-devel-6.6-6.el5_6.1.x86_64.rpm
- libffi-3.0.5-1.el5.x86_64.rpm
- libffi-3.0.5-1.el5.i386.rpm
What is in the ZipKit
The django ZipKit contains the following subpackages:
django subpackage | Subpackage content | Description |
---|---|---|
Blueprint | BlueprintFunctionalModel BlueprintDeploymentModel | This folder contains all the deployment models associated with the blueprint and blueprint options (if any). |
BSA | Softwarepackage Systempackage | This folder contains the software package files and system package associated with the service blueprint. |
Prerequisites for the ZipKit
- Ensure that you have created a Red Hat Enterprise Linux 5.9 (RHEL 5.9) VM template in the vCenter.
While creating the RHEL 5.9 template, choose the following options for RHEL 5.9 operating system:
- Base System - Base
- Development - Development Tools and Development Libraries
- Desktop: Desktop, Desktop Platform, X Window System
- Disable IPv6
- Disable SELinux
Where to go next
Importing-the-ZipKit-for-django-Python-Web-framework-1-5-on-RHEL-5-9