安装django环境

主题
    debian安装django环境
内容
    1、安装python2.5
       apt-get/aptitude install python2.5
   
    2、安装mysql 5.0
       apt-get/aptitude install mysql-server mysql-client

    3、安装apache2
       apt-get/aptitude install apache2 apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert libapache2-mod-python

    4、安装python 与 mysql django接口
       apt-get/aptitude install python-django python-mysqldb

        or 安装django
       python setup.py install

finish the django envirement install

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • RSS
  • Slashdot
  • Technorati
  • TwitThis

Related posts:

  1. 在apache上面部署django应用
  2. py2exe,生成可执行文件.
  3. Linux下Python网络编程框架-Twisted安装手记

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Contact us

Admin: Bryan Wu