Project

General

Profile

Download » History » Version 68

Eric Davis, 2010-11-01 01:44
Released 1.0.3

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