Django

Code

Changeset 6048

Show
Ignore:
Timestamp:
09/04/07 08:09:59 (1 year ago)
Author:
russellm
Message:

Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the existing instructions by name. Thanks, Paul Bissex.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/distributions.txt

    r5666 r6048  
    1515 
    1616.. _installing the development version: ../install/#installing-the-development-version 
     17 
     18FreeBSD 
     19======= 
     20 
     21The `FreeBSD`_ ports system offers both Django 0.96 (`py-django`_) and a more  
     22recent, but not current, version based on Django's trunk (`py-django-devel`_).  
     23These are installed in the normal FreeBSD way; for Django 0.96, for example, type:  
     24``cd /usr/ports/www/py-django && sudo make install clean``. 
     25 
     26.. _FreeBSD: http://www.freebsd.org/ 
     27.. _py-django: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/py-django/ 
     28.. _py-django-devel: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/py-django-devel/ 
    1729 
    1830Linux distributions 
     
    3345.. _Debian GNU/Linux: http://www.debian.org/ 
    3446.. _packaged version of Django: http://packages.debian.org/stable/python/python-django 
    35  
    36 Ubuntu 
    37 ------ 
    38  
    39 The Debian ``python-django`` package is also available for `Ubuntu Linux`_, in 
    40 the "universe" repository for Ubuntu 7.04 ("Feisty Fawn"). The `current Ubuntu 
    41 package`_ is also based on Django 0.95.1 and can be installed in the same 
    42 fashion as for Debian. 
    43  
    44 .. _Ubuntu Linux: http://www.ubuntu.com/ 
    45 .. _current Ubuntu package: http://packages.ubuntu.com/feisty/python/python-django 
    4647 
    4748Fedora 
     
    6566.. _Gentoo Linux: http://www.gentoo.org/ 
    6667.. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django 
     68 
     69Ubuntu 
     70------ 
     71 
     72The Debian ``python-django`` package is also available for `Ubuntu Linux`_, in 
     73the "universe" repository for Ubuntu 7.04 ("Feisty Fawn"). The `current Ubuntu 
     74package`_ is also based on Django 0.95.1 and can be installed in the same 
     75fashion as for Debian. 
     76 
     77.. _Ubuntu Linux: http://www.ubuntu.com/ 
     78.. _current Ubuntu package: http://packages.ubuntu.com/feisty/python/python-django 
     79 
    6780 
    6881Mac OS X