Differences between revisions 3 and 11 (spanning 8 versions)
Revision 3 as of 2006-09-13 14:57:25
Size: 241
Editor: zhwang
Comment:
Revision 11 as of 2006-09-14 01:48:12
Size: 591
Editor: zhwang
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= 软件版本清单 = {{{作为一个Ubuntu和Python的爱好者,我希望这个描述如何在Ubuntu上搭建Django开发环境的页面能够帮助那些和我遇到相同问题的朋友们。
}}}

= 软件清单 =
Line 4: Line 7:
 * Python 2.4.3
Line 6: Line 10:
 * Python 2.4.3  * SQLite 3.2.8
 * pysqlite 2
Line 9: Line 14:
= 软件安装配置 = = 软件安装配置与测试 =
Line 11: Line 16:

== Python ==
Line 16: Line 23:
== SQLite ==
apt-get install sqlite3

== pysqlite ==
apt-get install python2.4-pysqlite2
Line 17: Line 30:

= 参考链接 =

TableOfContents {{{作为一个Ubuntu和Python的爱好者,我希望这个描述如何在Ubuntu上搭建Django开发环境的页面能够帮助那些和我遇到相同问题的朋友们。 }}}

软件清单

  • Ubuntu 6.06 LTS
  • Python 2.4.3
  • Apache 2.0.55
  • mod_python 3.1.4
  • SQLite 3.2.8
  • pysqlite 2
  • Django 0.95

软件安装、配置与测试

Ubuntu 6.06 LTS

Python

Apache

mod_python

SQLite

apt-get install sqlite3

pysqlite

apt-get install python2.4-pysqlite2

Django

参考链接

zhwang/UbuntuDjango (last edited 2009-12-25 07:09:03 by localhost)