Project

General

Profile

Download » History » Version 53

salt racer, 2009-12-31 07:51
adding a link to the RedmineUpgrade wiki page

1 37 Brad Langhorst
h1. Download
2 1 Jean-Philippe Lang
3 38 Jean-Philippe Lang
h2. Latest stable release: 0.8.7 (2009-11-15)
4 1 Jean-Philippe Lang
5 53 salt racer
Redmine source code releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850. See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions  or [[RedmineUpgrade]] for upgrading instructions.
6 1 Jean-Philippe Lang
7 51 Jimmy O'regan
You may also want to try one of the [[Download#Third-party-Redmine-bundles|third-party Redmine bundles]] below. 
8 50 Jimmy O'regan
9 37 Brad Langhorst
h2. Latest source code
10 1 Jean-Philippe Lang
11 37 Brad Langhorst
You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge:
12 1 Jean-Philippe Lang
13 37 Brad Langhorst
* the repository URL is: http://redmine.rubyforge.org/svn
14 1 Jean-Philippe Lang
15 37 Brad Langhorst
or from the git mirror:
16 33 Peter Ferne
17 37 Brad Langhorst
* the repository URL is: http://github.com/edavis10/redmine
18 33 Peter Ferne
19 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.
20 33 Peter Ferne
21 37 Brad Langhorst
h3. Development
22 1 Jean-Philippe Lang
23 37 Brad Langhorst
You can [[CheckingoutRedmine|checkout]] the latest development source from the trunk with one of the following commands:
24 1 Jean-Philippe Lang
25 37 Brad Langhorst
<pre>
26
svn co http://redmine.rubyforge.org/svn/trunk redmine
27
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
28
</pre>
29 33 Peter Ferne
30 37 Brad Langhorst
or, from the git mirror:
31
<pre>
32
git clone git://github.com/edavis10/redmine.git
33
</pre>
34 1 Jean-Philippe Lang
35 37 Brad Langhorst
h3. 0.8 Stable
36 1 Jean-Philippe Lang
37 37 Brad Langhorst
You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands:
38 1 Jean-Philippe Lang
39 37 Brad Langhorst
<pre>
40
svn co http://redmine.rubyforge.org/svn/branches/0.8-stable redmine-0.8
41
svn co svn://rubyforge.org/var/svn/redmine/branches/0.8-stable redmine-0.8
42
</pre>
43
44 1 Jean-Philippe Lang
It will create a directory named @redmine-0.8@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
45
46 50 Jimmy O'regan
h2. Third-party Redmine bundles
47 47 Daniel Lopez
48 52 Jimmy O'regan
* "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Ubuntu-based Redmine appliance and cloud image. Part of the "TurnKey Linux Virtual Appliance Library":http://www.turnkeylinux.org/.
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.