[Level 1] Install Django on CentOS 5.4

Just following the steps to install Django on CentOS 5.4
# yum install subversion
# cd $APACHE_HOME
# mkdir django-src
# cd django-src
# svn co http://code.djangoproject.com/svn/django/trunk/
# cd trunk
# python setup.py install

Wish this helps.

regards,
Stanley Huang

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python