Ticket #5334: fbsd.diff
File fbsd.diff, 2.0 KB (added by , 17 years ago) |
---|
-
docs/distributions.txt
repository. 14 14 repository. 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 recent, but not current, version based on Django's trunk (`py-django-devel`_). These are installed in the normal FreeBSD way; for Django 0.96, for example, type: ``cd /usr/ports/www/py-django && sudo make install clean``. 22 23 .. _FreeBSD: http://www.freebsd.org/ 24 .. _py-django: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/py-django/ 25 .. _py-django-devel: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/py-django-devel/ 17 26 18 27 Linux distributions 19 28 =================== … … plan to use with Django. 32 41 33 42 .. _Debian GNU/Linux: http://www.debian.org/ 34 43 .. _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 44 47 45 Fedora 48 46 ------ … … The `current Gentoo build`_ can be insta 64 62 65 63 .. _Gentoo Linux: http://www.gentoo.org/ 66 64 .. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django 65 66 Ubuntu 67 ------ 68 69 The Debian ``python-django`` package is also available for `Ubuntu Linux`_, in 70 the "universe" repository for Ubuntu 7.04 ("Feisty Fawn"). The `current Ubuntu 71 package`_ is also based on Django 0.95.1 and can be installed in the same 72 fashion as for Debian. 73 74 .. _Ubuntu Linux: http://www.ubuntu.com/ 75 .. _current Ubuntu package: http://packages.ubuntu.com/feisty/python/python-django 76 67 77 68 78 Mac OS X 69 79 ========