浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

The Definitive Guide to Installing Django on Ubuntu - Felecan

The Definitive Guide to Installing Django on Ubuntu

I am writing this guide in order to explain the exact steps needed to install Django on Ubuntu 10.04 starting from scratch. The assumption is that you already have Ubuntu installed either on VirtualBox or as a standalone OS and just need the instructions to install PostgreSQL, Apache, mod_wsgi, and so forth. The guide is divided in the following sections:

  1. Installing Apache + mod_wsgi
  2. Installing PostgreSQL + python_pyscopg2
  3. Installing Django
  4. Linking everything together

A few other things to keep in mind

  1. Replace [username] with your Ubuntu username
  2. Replace Django-1.2.4 with the appropriate version at the time you download the Django package
posted on 2012-02-26 15:19  lexus  阅读(198)  评论(0)    收藏  举报