Project

General

Profile

Download » History » Version 216

Marius BĂLTEANU, 2024-02-26 23:25

1 37 Brad Langhorst
h1. Download
2 1 Jean-Philippe Lang
3 211 Jean-Philippe Lang
h2. Latest releases
4 1 Jean-Philippe Lang
5 211 Jean-Philippe Lang
Redmine releases are available in either @.tar.gz@ or @.zip@ format:
6 1 Jean-Philippe Lang
7 215 Marius BĂLTEANU
|/2. redmine-5.0.7 |/2. 2023-11-27 | "redmine-5.0.7.tar.gz":/releases/redmine-5.0.7.tar.gz | @f151fafb5baf309cb3192f81bda4736cf68f1bff759cebb0dcbd73a3d6175d71@ |
8
| "redmine-5.0.7.zip":/releases/redmine-5.0.7.zip | @b9df651c2fbbecff652d904ea725558db0b8e89edcb9a6e796342d71a6b1a60c@ |
9
|/2. redmine-5.1.1 |/2. 2023-11-27 | "redmine-5.1.1.tar.gz":/releases/redmine-5.1.1.tar.gz | @edf3095746effd04ad5140681d618f5fa8d06be09c47b6f8b615dcad0b753e6e@ |
10
| "redmine-5.1.1.zip":/releases/redmine-5.1.1.zip | @244d53ea6b5d759a2a8e2ec626268a54897bfa58373005258c4c98a37ef4497f@ |
11 210 Go MAEDA
12 140 Jean-Philippe Lang
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions or [[RedmineUpgrade]] for upgrading instructions.
13 178 Go MAEDA
14 1 Jean-Philippe Lang
You can also browse the "older releases":/releases/.
15 142 Jean-Philippe Lang
16 216 Marius BĂLTEANU
17
h2. Versions status
18
19
|_. Version       |_. Support Status |
20
| trunk           | Unstable version. Will receive new features, bug fixes, and security updates. |
21
|*5.1.x*          | *Latest stable version. Fully supported with new features, bug fixes, and security updates* |
22
| 5.0.x           | Legacy stable version. Will receive important bug fixes and security updates only. |
23
| 4.0.x and older | Unsupported |
24
25 211 Jean-Philippe Lang
h2. Source code
26 102 Jean-Philippe Lang
27 211 Jean-Philippe Lang
You can checkout the source code of Redmine from the Subversion repository. This is the preferred way to get Redmine if you want to benefit from the latest improvements and be able to upgrade easily.
28 102 Jean-Philippe Lang
29 37 Brad Langhorst
The URL of the official Subversion repository is: https://svn.redmine.org/redmine
30 196 Go MAEDA
31 211 Jean-Philippe Lang
Alternatively, you can clone it from the Github mirror maintained by the community: https://github.com/redmine/redmine
32 1 Jean-Philippe Lang
33 214 Go MAEDA
h3. 5.1 Stable
34 1 Jean-Philippe Lang
35
You can checkout the latest stable source with one of the following commands:
36 196 Go MAEDA
37 207 Marius BĂLTEANU
*Subversion*
38 1 Jean-Philippe Lang
<pre>
39 214 Go MAEDA
svn co https://svn.redmine.org/redmine/branches/5.1-stable redmine-5.1
40 207 Marius BĂLTEANU
</pre>
41 67 Jean-Philippe Lang
42 214 Go MAEDA
It will create a directory named @redmine-5.1@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
43 67 Jean-Philippe Lang
44 85 Toshi MARUYAMA
h3. Development (unstable)
45 67 Jean-Philippe Lang
46
You can checkout the latest development source from the trunk with one of the following commands:
47 142 Jean-Philippe Lang
48 85 Toshi MARUYAMA
*Subversion*
49
<pre>
50 67 Jean-Philippe Lang
svn co https://svn.redmine.org/redmine/trunk redmine
51 50 Jimmy O'regan
</pre>
52 47 Daniel Lopez
53 135 Jan Niggemann (redmine.org team member)
54 47 Daniel Lopez
h2. Third-party Redmine bundles
55 171 Go MAEDA
56 210 Go MAEDA
* "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Debian-based Redmine appliance (available as an ISO, virtual machine image or cloud image).
57 1 Jean-Philippe Lang
58
* "BitNami Redmine Stack":https://bitnami.com/stack/redmine – Provides free virtual machines, containers, and cloud images for Redmine.