django and trac , python web app

django and trac

setuptools: easy_install

安装: wget https://bootstrap.pypa.io/ez_setup.py -O – | sudo python

Django

安装: sudo pip install Django==1.7.1

源码: git clone https://github.com/django/django.git

源码安装: https://docs.djangoproject.com/en/stable/intro/install/

验证安装:

import django
print(django.get_version())
1.7

Tutor: https://docs.djangoproject.com/en/1.7/intro/overview/

开始项目: https://docs.djangoproject.com/en/1.7/intro/tutorial01/

Django-CMS

安装: sudo pip install django-cms

Trac

http://www.cnblogs.com/zealic/archive/2007/12/29/1019837.html

通过python访问cq:

http://www.ibm.com/developerworks/cn/rational/clearquestwebrestpythonreport/

ftp server:

https://help.ubuntu.com/10.04/serverguide/ftp-server.html