Project

General

Profile

Download » History » Version 95

Jean-Philippe Lang, 2012-05-15 00:43
2.0.0 released

1 37 Brad Langhorst
h1. Download
2 1 Jean-Philippe Lang
3 63 Mischa The Evil
{{>toc}}
4
5 95 Jean-Philippe Lang
h2. Latest stable releases:
6 1 Jean-Philippe Lang
7 95 Jean-Philippe Lang
* 2.0.0 (2012-05-15)
8
* 1.4.2 (2012-05-13)
9
10 58 Jean-Philippe Lang
Redmine releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850.
11 1 Jean-Philippe Lang
12 55 Jean-Philippe Lang
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions  or [[RedmineUpgrade]] for upgrading instructions.
13 50 Jimmy O'regan
14 37 Brad Langhorst
h2. Latest source code
15 1 Jean-Philippe Lang
16 72 Jean-Philippe Lang
You can checkout the latest source code of Redmine from the Subversion repository hosted at Rubyforge. This is the prefered way to get Redmine if you want to benefit from the latest improvements and be able to upgrade easily.
17 1 Jean-Philippe Lang
18
* the repository URL is: http://redmine.rubyforge.org/svn
19
20 81 Toshi MARUYAMA
or clone it from the following mirrors
21 1 Jean-Philippe Lang
22 86 Toshi MARUYAMA
* Mercurial (this is maintained by the community)
23 81 Toshi MARUYAMA
  https://bitbucket.org/redmine
24 90 Jean-Philippe Lang
25
* Git (this is maintained by the community)
26 1 Jean-Philippe Lang
  https://github.com/redmine/redmine
27 37 Brad Langhorst
28 95 Jean-Philippe Lang
h3. 2.0 Stable
29 72 Jean-Philippe Lang
30 1 Jean-Philippe Lang
You can checkout the latest stable source with one of the following commands:
31
32
*Subversion*
33
<pre>
34 95 Jean-Philippe Lang
svn co http://redmine.rubyforge.org/svn/branches/2.0-stable redmine-2.0
35 1 Jean-Philippe Lang
</pre>
36
37 95 Jean-Philippe Lang
It will create a directory named @redmine-2.0@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
38 1 Jean-Philippe Lang
39
*Mercurial*
40 92 Jean-Philippe Lang
<pre>
41 95 Jean-Philippe Lang
hg clone --updaterev 2.0-stable https://bitbucket.org/redmine/redmine-all redmine-2.0
42 1 Jean-Philippe Lang
</pre>
43
44 95 Jean-Philippe Lang
h3. 1.4 Stable
45 1 Jean-Philippe Lang
46 95 Jean-Philippe Lang
You can checkout the latest stable source with one of the following commands:
47 1 Jean-Philippe Lang
48
*Subversion*
49 78 Jean-Philippe Lang
<pre>
50 95 Jean-Philippe Lang
svn co http://redmine.rubyforge.org/svn/branches/1.4-stable redmine-1.4
51 88 Jean-Philippe Lang
</pre>
52 92 Jean-Philippe Lang
53 95 Jean-Philippe Lang
It will create a directory named @redmine-1.4@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
54
55 84 Toshi MARUYAMA
*Mercurial*
56
<pre>
57 95 Jean-Philippe Lang
hg clone --updaterev 1.4-stable https://bitbucket.org/redmine/redmine-all redmine-1.4
58 73 Jean-Philippe Lang
</pre>
59 1 Jean-Philippe Lang
60 67 Jean-Philippe Lang
h3. Development (unstable)
61
62 72 Jean-Philippe Lang
You can checkout the latest development source from the trunk with one of the following commands:
63 67 Jean-Philippe Lang
64 85 Toshi MARUYAMA
*Subversion*
65 67 Jean-Philippe Lang
<pre>
66
svn co http://redmine.rubyforge.org/svn/trunk redmine
67
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
68 85 Toshi MARUYAMA
</pre>
69
70
*Mercurial*
71
<pre>
72
hg clone https://bitbucket.org/redmine/redmine-trunk redmine
73 67 Jean-Philippe Lang
</pre>
74
75 50 Jimmy O'regan
h2. Third-party Redmine bundles
76 47 Daniel Lopez
77 55 Jean-Philippe Lang
* "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Ubuntu-based Redmine appliance and cloud image.
78 47 Daniel Lopez
79 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.
80 25 Mischa The Evil
81 37 Brad Langhorst
h2. Troubleshooting
82 2 Thomas Lecavelier
83 37 Brad Langhorst
If you get this error when trying to checkout the source:
84 2 Thomas Lecavelier
85 37 Brad Langhorst
  "PROPFIND 200 OK" error
86 24 Mischa The Evil
87 37 Brad Langhorst
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.