Changeset 6048
- Timestamp:
- 09/04/07 08:09:59 (1 year ago)
- Files:
-
- django/trunk/docs/distributions.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/distributions.txt
r5666 r6048 15 15 16 16 .. _installing the development version: ../install/#installing-the-development-version 17 18 FreeBSD 19 ======= 20 21 The `FreeBSD`_ ports system offers both Django 0.96 (`py-django`_) and a more 22 recent, but not current, version based on Django's trunk (`py-django-devel`_). 23 These 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/ 17 29 18 30 Linux distributions … … 33 45 .. _Debian GNU/Linux: http://www.debian.org/ 34 46 .. _packaged version of Django: http://packages.debian.org/stable/python/python-django 35 36 Ubuntu37 ------38 39 The Debian ``python-django`` package is also available for `Ubuntu Linux`_, in40 the "universe" repository for Ubuntu 7.04 ("Feisty Fawn"). The `current Ubuntu41 package`_ is also based on Django 0.95.1 and can be installed in the same42 fashion as for Debian.43 44 .. _Ubuntu Linux: http://www.ubuntu.com/45 .. _current Ubuntu package: http://packages.ubuntu.com/feisty/python/python-django46 47 47 48 Fedora … … 65 66 .. _Gentoo Linux: http://www.gentoo.org/ 66 67 .. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django 68 69 Ubuntu 70 ------ 71 72 The Debian ``python-django`` package is also available for `Ubuntu Linux`_, in 73 the "universe" repository for Ubuntu 7.04 ("Feisty Fawn"). The `current Ubuntu 74 package`_ is also based on Django 0.95.1 and can be installed in the same 75 fashion as for Debian. 76 77 .. _Ubuntu Linux: http://www.ubuntu.com/ 78 .. _current Ubuntu package: http://packages.ubuntu.com/feisty/python/python-django 79 67 80 68 81 Mac OS X
