Project

General

Profile

Download » History » Version 73

Jean-Philippe Lang, 2011-01-09 17:34
1.1.0 released

1 37 Brad Langhorst
h1. Download
2 1 Jean-Philippe Lang
3 63 Mischa The Evil
{{>toc}}
4
5 73 Jean-Philippe Lang
h2. Latest stable release: 1.1.0 (2011-01-09)
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 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.
14 1 Jean-Philippe Lang
15
* the repository URL is: http://redmine.rubyforge.org/svn
16
17 72 Jean-Philippe Lang
or clone it from the git mirror hosted at GitHub (this is a not officially maintained mirror):
18 33 Peter Ferne
19 1 Jean-Philippe Lang
* the repository URL is: http://github.com/edavis10/redmine
20 37 Brad Langhorst
21 73 Jean-Philippe Lang
h3. 1.1 Stable
22 62 Eric Davis
23 72 Jean-Philippe Lang
You can checkout the latest stable source with one of the following commands:
24 62 Eric Davis
25
<pre>
26 73 Jean-Philippe Lang
svn co http://redmine.rubyforge.org/svn/branches/1.1-stable redmine-1.1
27
svn co svn://rubyforge.org/var/svn/redmine/branches/1.1-stable redmine-1.1
28 1 Jean-Philippe Lang
</pre>
29
30 73 Jean-Philippe Lang
It will create a directory named @redmine-1.1@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
31 1 Jean-Philippe Lang
32 73 Jean-Philippe Lang
h3. 1.0 Stable (old stable release)
33 1 Jean-Philippe Lang
34 72 Jean-Philippe Lang
You can checkout the latest stable source with one of the following commands:
35 1 Jean-Philippe Lang
36
<pre>
37 73 Jean-Philippe Lang
svn co http://redmine.rubyforge.org/svn/branches/1.0-stable redmine-1.0
38
svn co svn://rubyforge.org/var/svn/redmine/branches/1.0-stable redmine-1.0
39 1 Jean-Philippe Lang
</pre>
40
41 73 Jean-Philippe Lang
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.
42 67 Jean-Philippe Lang
43
h3. Development (unstable)
44
45 72 Jean-Philippe Lang
You can checkout the latest development source from the trunk with one of the following commands:
46 67 Jean-Philippe Lang
47
<pre>
48
svn co http://redmine.rubyforge.org/svn/trunk redmine
49
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
50
</pre>
51
52
or, from the git mirror:
53
<pre>
54
git clone git://github.com/edavis10/redmine.git
55
</pre>
56 1 Jean-Philippe Lang
57 50 Jimmy O'regan
h2. Third-party Redmine bundles
58 47 Daniel Lopez
59 55 Jean-Philippe Lang
* "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Ubuntu-based Redmine appliance and cloud image.
60 47 Daniel Lopez
61 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.
62 25 Mischa The Evil
63 37 Brad Langhorst
h2. Troubleshooting
64 2 Thomas Lecavelier
65 37 Brad Langhorst
If you get this error when trying to checkout the source:
66 2 Thomas Lecavelier
67 37 Brad Langhorst
  "PROPFIND 200 OK" error
68 24 Mischa The Evil
69 37 Brad Langhorst
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.