Changes between Version 32 and Version 33 of Distributions
- Timestamp:
- Sep 3, 2018, 12:55:52 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Distributions
v32 v33 7 7 == Windows, Linux and Mac OS X == 8 8 9 The [http ://bitnami.org/stack/djangostackBitNami Django Stack] is a free distribution which includes ready-to-run versions of Apache, MySQL, PostgreSQL, SQLite, Python, Django and required dependencies. It can be deployed using a native installer, as a virtual machine or in the cloud.9 The [https://bitnami.com/stack/django BitNami Django Stack] is a free distribution which includes ready-to-run versions of Apache, MySQL, PostgreSQL, SQLite, Python, Django and required dependencies. It can be deployed using a native installer, as a virtual machine or in the cloud. 10 10 11 11 == Linux distributions == … … 16 16 17 17 Installed using the following command with root privileges 18 `pacman -S python 2-django`18 `pacman -S python-django` 19 19 20 20 === Debian === 21 21 22 The Debian package is named python-djangoand can be installed using the following command with root privileges.22 The Debian package is named [https://packages.debian.org/python3-django python3-django] (and [https://packages.debian.org/python-django python-django] for Python 2 support) and can be installed using the following command with root privileges. 23 23 24 {{{apt itudeinstall python-django}}}24 {{{apt install python-django}}} 25 25 26 [http://packages.debian.org/search?searchon=names&keywords=python -django all Debian releases], see [http://www.debian.org/doc/manuals/reference/ch-package.en.html#s-aptitude Debian Reference • Chapter 6] [http://www.debian.org/doc/manuals/reference/ch-package.en.html – Debian package management] for instructions26 [http://packages.debian.org/search?searchon=names&keywords=python3-django all Debian releases for Python 3] and [http://packages.debian.org/search?searchon=names&keywords=python-django for Python 2], see [http://www.debian.org/doc/manuals/reference/ch-package.en.html#s-aptitude Debian Reference • Chapter 6] [http://www.debian.org/doc/manuals/reference/ch-package.en.html – Debian package management] for instructions 27 27 28 28 === Fedora === … … 37 37 38 38 A Django package is available for [http://www.opensuse.org/ openSUSE Linux] in the [http://build.opensuse.org/ openSUSE Build Service]. The current package can be installed by subscribing to the [http://download.opensuse.org/repositories/devel:/languages:/python/ devel:languages:python project] 39 and typing 'zypper install python-django'. Alternatively, you can use a [http://software.opensuse.org/search?q=python-django one-click-install link].39 and typing `zypper install python-django`. Alternatively, you can use a [http://software.opensuse.org/search?q=python-django one-click-install link]. 40 40 41 41 === RPM Based Distributions === … … 49 49 === Ubuntu === 50 50 51 [http://packages.ubuntu.com/search?searchon=names&keywords=python -django all Ubuntu releases], see also [https://help.ubuntu.com/ Ubuntu documentation] on "Adding and Removing Software"51 [http://packages.ubuntu.com/search?searchon=names&keywords=python3-django all Ubuntu releases with Python 3 support] and [http://packages.ubuntu.com/search?searchon=names&keywords=python-django with Python 3 support], see also [https://help.ubuntu.com/ Ubuntu documentation] on "Adding and Removing Software" 52 52 53 53 == UNIX distributions ==