Project

General

Profile

Download » History » Version 187

Jean-Philippe Lang, 2019-12-20 12:46

1 37 Brad Langhorst
h1. Download
2 1 Jean-Philippe Lang
3 63 Mischa The Evil
{{>toc}}
4
5 141 Jean-Philippe Lang
h2. Stable releases
6 1 Jean-Philippe Lang
7 124 Jean-Philippe Lang
Redmine releases are available in either @.tar.gz@ format for Unix systems or @.zip@ format for Windows:
8
9 187 Jean-Philippe Lang
* 4.0.6 (2019-12-20):
10 167 Jean-Philippe Lang
11 187 Jean-Philippe Lang
  * "redmine-4.0.6.tar.gz":/releases/redmine-4.0.6.tar.gz @(md5: 897bfcaa4a49539b10d0529ce103f919)@
12
  * "redmine-4.0.6.zip":/releases/redmine-4.0.6.zip @(md5: 9b8f17007182699f6ac4311c47960520)@
13 177 Jean-Philippe Lang
14 187 Jean-Philippe Lang
* 3.4.13 (2019-12-20):
15 177 Jean-Philippe Lang
16 187 Jean-Philippe Lang
  * "redmine-3.4.13.tar.gz":/releases/redmine-3.4.13.tar.gz @(md5: 5f17b35dfe73118067f63fb535332cfb)@
17
  * "redmine-3.4.13.zip":/releases/redmine-3.4.13.zip @(md5: 020fa89e8cc70f35e93498ba92d6e34d)@
18 177 Jean-Philippe Lang
19 186 Jean-Philippe Lang
* 3.3.10 (2019-11-18):
20
21
  * "redmine-3.3.10.tar.gz":/releases/redmine-3.3.10.tar.gz @(md5: 91806d59ca1ad9605d1f001d55ee1c26)@
22
  * "redmine-3.3.10.zip":/releases/redmine-3.3.10.zip @(md5: 8aafc507dc706e8a36d72f55d39fcac6)@
23
24 1 Jean-Philippe Lang
25
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions  or [[RedmineUpgrade]] for upgrading instructions.
26 122 Jean-Philippe Lang
27 140 Jean-Philippe Lang
You can also browse the "older releases":/releases/.
28 50 Jimmy O'regan
29 37 Brad Langhorst
h2. Latest source code
30 1 Jean-Philippe Lang
31 178 Go MAEDA
You can checkout the latest 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.
32 1 Jean-Philippe Lang
33 142 Jean-Philippe Lang
The URL of the official Subversion repository is: https://svn.redmine.org/redmine
34 86 Toshi MARUYAMA
35 102 Jean-Philippe Lang
Alternatively, you can clone it from the following mirrors that are maintained by the community:
36 90 Jean-Philippe Lang
37 102 Jean-Philippe Lang
* Mercurial: https://bitbucket.org/redmine
38
* Git: https://github.com/redmine/redmine
39 37 Brad Langhorst
40 178 Go MAEDA
h3. 4.0 Stable
41 72 Jean-Philippe Lang
42 1 Jean-Philippe Lang
You can checkout the latest stable source with one of the following commands:
43
44
*Subversion*
45
<pre>
46 178 Go MAEDA
svn co https://svn.redmine.org/redmine/branches/4.0-stable redmine-4.0
47 1 Jean-Philippe Lang
</pre>
48
49 178 Go MAEDA
It will create a directory named @redmine-4.0@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
50 1 Jean-Philippe Lang
51
*Mercurial*
52 92 Jean-Philippe Lang
<pre>
53 178 Go MAEDA
hg clone --updaterev 4.0-stable https://bitbucket.org/redmine/redmine-all redmine-4.0
54 1 Jean-Philippe Lang
</pre>
55
56 67 Jean-Philippe Lang
h3. Development (unstable)
57 72 Jean-Philippe Lang
58 67 Jean-Philippe Lang
You can checkout the latest development source from the trunk with one of the following commands:
59 85 Toshi MARUYAMA
60 67 Jean-Philippe Lang
*Subversion*
61
<pre>
62 142 Jean-Philippe Lang
svn co https://svn.redmine.org/redmine/trunk redmine
63 85 Toshi MARUYAMA
</pre>
64
65
*Mercurial*
66
<pre>
67
hg clone https://bitbucket.org/redmine/redmine-trunk redmine
68 67 Jean-Philippe Lang
</pre>
69
70 50 Jimmy O'regan
h2. Third-party Redmine bundles
71 47 Daniel Lopez
72 135 Jan Niggemann (redmine.org team member)
* "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).
73 47 Daniel Lopez
74 171 Go MAEDA
* "BitNami Redmine Stack":https://bitnami.com/stack/redmine – Provides an all-in-one installer and free virtual machines and cloud images for Redmine.