您的位置:首页 > 产品设计 > UI/UE

The Definitive Guide to Installing Django on Ubuntu

2012-02-26 15:19 483 查看
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:

Installing Apache + mod_wsgi
Installing PostgreSQL + python_pyscopg2
Installing Django
Linking everything together

A few other things to keep in mind

Replace [username] with your Ubuntu username
Replace Django-1.2.4 with the appropriate version at the time you download the Django package
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: