Project

General

Profile

Download » History » Version 130

Jean-Philippe Lang, 2014-02-08 09:24
2.4.3 release

1 37 Brad Langhorst
h1. Download
2 1 Jean-Philippe Lang
3 63 Mischa The Evil
{{>toc}}
4
5 102 Jean-Philippe Lang
h2. Latest 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 130 Jean-Philippe Lang
* 2.4.3 (2014-02-08):
10 124 Jean-Philippe Lang
11 130 Jean-Philippe Lang
  * "redmine-2.4.3.tar.gz":/releases/redmine-2.4.3.tar.gz @(md5: da7c25ce4a140775709022a7ee614798)@
12
  * "redmine-2.4.3.zip":/releases/redmine-2.4.3.zip @(md5: 641b2c49fd821cbff4cbbcb05c0a82d9)@
13 124 Jean-Philippe Lang
14 126 Jan Niggemann (redmine.org team member)
* 2.3.4 (2013-11-17):
15
16 127 Jean-Philippe Lang
  * "redmine-2.3.4.tar.gz":/releases/redmine-2.3.4.tar.gz @(md5: 2fd62721bb501bd08d2d232aa9e43a52)@
17
  * "redmine-2.3.4.zip":/releases/redmine-2.3.4.zip @(md5: 141c001f86ddeb2352ef06425ff4c29b)@
18 1 Jean-Philippe Lang
19
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions  or [[RedmineUpgrade]] for upgrading instructions.
20 122 Jean-Philippe Lang
21 128 Jean-Philippe Lang
Older releases can be found at "Rubyforge archive":http://files.rubyforge.vm.bytemark.co.uk/redmine/
22 50 Jimmy O'regan
23 37 Brad Langhorst
h2. Latest source code
24 1 Jean-Philippe Lang
25 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.
26 1 Jean-Philippe Lang
27 103 Jean-Philippe Lang
The URL of the official Subversion repository is: http://svn.redmine.org/redmine
28 86 Toshi MARUYAMA
29 102 Jean-Philippe Lang
Alternatively, you can clone it from the following mirrors that are maintained by the community:
30 90 Jean-Philippe Lang
31 102 Jean-Philippe Lang
* Mercurial: https://bitbucket.org/redmine
32
* Git: https://github.com/redmine/redmine
33 37 Brad Langhorst
34 125 Jean-Philippe Lang
h3. 2.4 Stable
35 72 Jean-Philippe Lang
36 1 Jean-Philippe Lang
You can checkout the latest stable source with one of the following commands:
37
38
*Subversion*
39
<pre>
40 125 Jean-Philippe Lang
svn co http://svn.redmine.org/redmine/branches/2.4-stable redmine-2.4
41 1 Jean-Philippe Lang
</pre>
42
43 125 Jean-Philippe Lang
It will create a directory named @redmine-2.4@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
44 1 Jean-Philippe Lang
45
*Mercurial*
46 92 Jean-Philippe Lang
<pre>
47 125 Jean-Philippe Lang
hg clone --updaterev 2.4-stable https://bitbucket.org/redmine/redmine-all redmine-2.4
48 1 Jean-Philippe Lang
</pre>
49
50 67 Jean-Philippe Lang
h3. Development (unstable)
51 72 Jean-Philippe Lang
52 67 Jean-Philippe Lang
You can checkout the latest development source from the trunk with one of the following commands:
53 85 Toshi MARUYAMA
54 67 Jean-Philippe Lang
*Subversion*
55
<pre>
56 103 Jean-Philippe Lang
svn co http://svn.redmine.org/redmine/trunk redmine
57 85 Toshi MARUYAMA
</pre>
58
59
*Mercurial*
60
<pre>
61
hg clone https://bitbucket.org/redmine/redmine-trunk redmine
62 67 Jean-Philippe Lang
</pre>
63
64 50 Jimmy O'regan
h2. Third-party Redmine bundles
65 47 Daniel Lopez
66 55 Jean-Philippe Lang
* "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Ubuntu-based Redmine appliance and cloud image.
67 47 Daniel Lopez
68 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.
69 25 Mischa The Evil
70 37 Brad Langhorst
h2. Troubleshooting
71 2 Thomas Lecavelier
72 37 Brad Langhorst
If you get this error when trying to checkout the source:
73 2 Thomas Lecavelier
74 37 Brad Langhorst
  "PROPFIND 200 OK" error
75 24 Mischa The Evil
76 37 Brad Langhorst
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.