0. Installation Environment:
CentOS version: CentOs6.4 in VMware
Python version: Python3.4.0
Apache Version: Httpd2.2.15
Sqlite3 version:
Django Version: Django1.8.5
Mod_wsgi version: Mod_wsgi 4.4.15 Https://pypi.python.org/pypi/mod_wsgi
1. Installing CentOS
Attention:
Network Adapter Selection
Network Configuration/etc/sysconfig/network-scripts/ifcfg-eth0
Clone Mirror
Remove the MAC address from the/etc/sysconfig/network-scripts/ifcfg-eth0
Delete Association/etc/udev/rules.d/70-persistent-net.rules
Rebooting the system reboot
2. Installing the Apache server
See if a software has been installed (installed for RPM and Yum and cannot be viewed by source)
Rpm-qa httpd
3. Installing Sqlite3
. Installing Python3.4
. Installing Django
. Installing MOD_WSGI
. Configuring the server and Django
Configure Django+apache+mod_wsgi+sqlite3 under Virtual CentOS6