Project

General

Profile

Download » History » Version 157

Go MAEDA, 2015-12-12 04:40
Updated svn and hg URL (3.2-stable)

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 156 Jean-Philippe Lang
* 3.2.0 (2015-12-06):
10
11
  * "redmine-3.2.0.tar.gz":/releases/redmine-3.2.0.tar.gz @(md5: b1050c3a0e6effd5a704ef5003d9df06)@
12
  * "redmine-3.2.0.zip":/releases/redmine-3.2.0.zip @(md5: 3ff0fe04d7f80b497bcb588e1ed2b3b2)@
13 155 Jean-Philippe Lang
* 3.1.3 (2015-12-05):
14 151 Jean-Philippe Lang
15 155 Jean-Philippe Lang
  * "redmine-3.1.3.tar.gz":/releases/redmine-3.1.3.tar.gz @(md5: 09b0bbcef859fef51022750a94db7579)@
16
  * "redmine-3.1.3.zip":/releases/redmine-3.1.3.zip @(md5: 499be6e0b6620c2c465daaca0bcdb35f)@
17 151 Jean-Philippe Lang
18 155 Jean-Philippe Lang
* 3.0.7 (2015-12-05):
19 124 Jean-Philippe Lang
20 155 Jean-Philippe Lang
  * "redmine-3.0.7.tar.gz":/releases/redmine-3.0.7.tar.gz @(md5: d37fbcb2f0300821cb14c80dfc87ca87)@
21
  * "redmine-3.0.7.zip":/releases/redmine-3.0.7.zip @(md5: 49f4fcdede0e0802cd4d597eb8ab5432)@
22 138 Jean-Philippe Lang
23 155 Jean-Philippe Lang
* 2.6.9 (2015-12-05):
24 138 Jean-Philippe Lang
25 155 Jean-Philippe Lang
  * "redmine-2.6.9.tar.gz":/releases/redmine-2.6.9.tar.gz @(md5: 7e5b29e0d5553aa04ce30729f15f1e11)@
26
  * "redmine-2.6.9.zip":/releases/redmine-2.6.9.zip @(md5: 185961966b32aa0c1b0276504612e4f9)@
27 1 Jean-Philippe Lang
28
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions  or [[RedmineUpgrade]] for upgrading instructions.
29 122 Jean-Philippe Lang
30 140 Jean-Philippe Lang
You can also browse the "older releases":/releases/.
31 50 Jimmy O'regan
32 37 Brad Langhorst
h2. Latest source code
33 1 Jean-Philippe Lang
34 120 Jean-Philippe Lang
You can checkout the latest source code of Redmine from the Subversion repository. This is the prefered way to get Redmine if you want to benefit from the latest improvements and be able to upgrade easily.
35 1 Jean-Philippe Lang
36 142 Jean-Philippe Lang
The URL of the official Subversion repository is: https://svn.redmine.org/redmine
37 86 Toshi MARUYAMA
38 102 Jean-Philippe Lang
Alternatively, you can clone it from the following mirrors that are maintained by the community:
39 90 Jean-Philippe Lang
40 102 Jean-Philippe Lang
* Mercurial: https://bitbucket.org/redmine
41
* Git: https://github.com/redmine/redmine
42 37 Brad Langhorst
43 157 Go MAEDA
h3. 3.2 Stable
44 72 Jean-Philippe Lang
45 1 Jean-Philippe Lang
You can checkout the latest stable source with one of the following commands:
46
47
*Subversion*
48
<pre>
49 157 Go MAEDA
svn co https://svn.redmine.org/redmine/branches/3.2-stable redmine-3.2
50 1 Jean-Philippe Lang
</pre>
51
52 157 Go MAEDA
It will create a directory named @redmine-3.2@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
53 1 Jean-Philippe Lang
54
*Mercurial*
55 92 Jean-Philippe Lang
<pre>
56 157 Go MAEDA
hg clone --updaterev 3.2-stable https://bitbucket.org/redmine/redmine-all redmine-3.2
57 1 Jean-Philippe Lang
</pre>
58
59 67 Jean-Philippe Lang
h3. Development (unstable)
60 72 Jean-Philippe Lang
61 67 Jean-Philippe Lang
You can checkout the latest development source from the trunk with one of the following commands:
62 85 Toshi MARUYAMA
63 67 Jean-Philippe Lang
*Subversion*
64
<pre>
65 142 Jean-Philippe Lang
svn co https://svn.redmine.org/redmine/trunk redmine
66 85 Toshi MARUYAMA
</pre>
67
68
*Mercurial*
69
<pre>
70
hg clone https://bitbucket.org/redmine/redmine-trunk redmine
71 67 Jean-Philippe Lang
</pre>
72
73 50 Jimmy O'regan
h2. Third-party Redmine bundles
74 47 Daniel Lopez
75 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).
76 47 Daniel Lopez
77 52 Jimmy O'regan
* "BitNami Redmine Stack":http://bitnami.org/stack/redmine – Provides an all-in-one installer and free virtual machines and cloud images for Redmine.