Project

General

Profile

Download » History » Version 77

Jean-Philippe Lang, 2011-05-01 11:20
Removed 1.0-stable url

1 37 Brad Langhorst
h1. Download
2 1 Jean-Philippe Lang
3 63 Mischa The Evil
{{>toc}}
4
5 76 Jean-Philippe Lang
h2. Latest stable release: 1.1.3 (2011-04-29)
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 67 Jean-Philippe Lang
h3. Development (unstable)
33
34 72 Jean-Philippe Lang
You can checkout the latest development source from the trunk with one of the following commands:
35 67 Jean-Philippe Lang
36
<pre>
37
svn co http://redmine.rubyforge.org/svn/trunk redmine
38
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
39
</pre>
40
41
or, from the git mirror:
42
<pre>
43
git clone git://github.com/edavis10/redmine.git
44
</pre>
45 1 Jean-Philippe Lang
46 50 Jimmy O'regan
h2. Third-party Redmine bundles
47 47 Daniel Lopez
48 55 Jean-Philippe Lang
* "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Ubuntu-based Redmine appliance and cloud image.
49 47 Daniel Lopez
50 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.
51 25 Mischa The Evil
52 37 Brad Langhorst
h2. Troubleshooting
53 2 Thomas Lecavelier
54 37 Brad Langhorst
If you get this error when trying to checkout the source:
55 2 Thomas Lecavelier
56 37 Brad Langhorst
  "PROPFIND 200 OK" error
57 24 Mischa The Evil
58 37 Brad Langhorst
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.