Skip to content

Commit

Permalink
Fixed #6360 -- Updates to the distributions docs for Ubuntu and Gento…
Browse files Browse the repository at this point in the history
…o, thanks tvrg.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
gdub committed Jan 13, 2008
1 parent 4ee22e4 commit ff0ccc6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/distributions.txt
Expand Up @@ -18,9 +18,9 @@ repository.
FreeBSD FreeBSD
======= =======


The `FreeBSD`_ ports system offers both Django 0.96 (`py-django`_) and a more 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`_). 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: 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``. ``cd /usr/ports/www/py-django && sudo make install clean``.


.. _FreeBSD: http://www.freebsd.org/ .. _FreeBSD: http://www.freebsd.org/
Expand Down Expand Up @@ -60,22 +60,22 @@ point to find their preferred version.
Gentoo Gentoo
------ ------


A Django build is available for `Gentoo Linux`_, and is based on Django 0.96. A Django package is available for `Gentoo Linux`_, and is based on Django 0.96.1.
The `current Gentoo build`_ can be installed by typing ``emerge django``. The `current Gentoo package`_ can be installed by typing ``emerge django``.


.. _Gentoo Linux: http://www.gentoo.org/ .. _Gentoo Linux: http://www.gentoo.org/
.. _current Gentoo build: http://packages.gentoo.org/packages/?category=dev-python;name=django .. _current Gentoo package: http://packages.gentoo.org/package/django


Ubuntu Ubuntu
------ ------


The Debian ``python-django`` package is also available for `Ubuntu Linux`_, in The Debian ``python-django`` package is also available for `Ubuntu Linux`_, in
the "universe" repository for Ubuntu 7.04 ("Feisty Fawn"). The `current Ubuntu the "universe" repository for Ubuntu 7.10 ("Gutsy Gibbon"). The `current Ubuntu
package`_ is also based on Django 0.95.1 and can be installed in the same package`_ is based on Django 0.96.1 and can be installed in the same fashion as
fashion as for Debian. for Debian.


.. _Ubuntu Linux: http://www.ubuntu.com/ .. _Ubuntu Linux: http://www.ubuntu.com/
.. _current Ubuntu package: http://packages.ubuntu.com/feisty/python/python-django .. _current Ubuntu package: http://packages.ubuntu.com/gutsy/python/python-django




Mac OS X Mac OS X
Expand Down

0 comments on commit ff0ccc6

Please sign in to comment.