Project

General

Profile

Download » History » Version 49

Daniel Lopez, 2009-12-19 20:26
Wording

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 49 Daniel Lopez
Redmine releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850 or you can download installers and virtual machines from one of the [[Download#Alternative-Sources|alternative sources below]]. See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions.
6 1 Jean-Philippe Lang
7 37 Brad Langhorst
h2. Latest source code
8 1 Jean-Philippe Lang
9 37 Brad Langhorst
You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge:
10 1 Jean-Philippe Lang
11 37 Brad Langhorst
* the repository URL is: http://redmine.rubyforge.org/svn
12 1 Jean-Philippe Lang
13 37 Brad Langhorst
or from the git mirror:
14 33 Peter Ferne
15 37 Brad Langhorst
* the repository URL is: http://github.com/edavis10/redmine
16 33 Peter Ferne
17 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.
18 33 Peter Ferne
19 37 Brad Langhorst
h3. Development
20 1 Jean-Philippe Lang
21 37 Brad Langhorst
You can [[CheckingoutRedmine|checkout]] the latest development source from the trunk with one of the following commands:
22 1 Jean-Philippe Lang
23 37 Brad Langhorst
<pre>
24
svn co http://redmine.rubyforge.org/svn/trunk redmine
25
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
26
</pre>
27 33 Peter Ferne
28 37 Brad Langhorst
or, from the git mirror:
29
<pre>
30
git clone git://github.com/edavis10/redmine.git
31
</pre>
32 1 Jean-Philippe Lang
33 37 Brad Langhorst
h3. 0.8 Stable
34 1 Jean-Philippe Lang
35 37 Brad Langhorst
You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands:
36 1 Jean-Philippe Lang
37 37 Brad Langhorst
<pre>
38
svn co http://redmine.rubyforge.org/svn/branches/0.8-stable redmine-0.8
39
svn co svn://rubyforge.org/var/svn/redmine/branches/0.8-stable redmine-0.8
40
</pre>
41 9 Jean-Philippe Lang
42 37 Brad Langhorst
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.
43 2 Thomas Lecavelier
44 47 Daniel Lopez
h2. Alternative Sources
45 39 Mischa The Evil
46 47 Daniel Lopez
h3. All-In-One Installers
47 1 Jean-Philippe Lang
48 47 Daniel Lopez
Installers that include Redmine and all software necessary to run
49 1 Jean-Philippe Lang
50 47 Daniel Lopez
* "BitNami Redmine Installer":http://bitnami.org/stack/redmine – Native installers of Redmine and a Ruby-On-Rails for Windows, Linux and Mac OS X
51
 
52
h3. Software Appliances / Cloud Images
53 1 Jean-Philippe Lang
54 47 Daniel Lopez
Provide virtual machine images tgat include the operating system, Redmine and all software necessary to run
55
56
* "BitNami Redmine Appliance":http://bitnami.org/stack/redmine – Free virtual machines and cloud images for Redmine.
57
58
* "JumpBox for Redmine":http://www.jumpbox.com/app/redmine - Commercial, Ubuntu-based virtual machines and cloud images for Redmine.
59
60
* "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Free lightweight Ubuntu-based appliances and cloud images. Part of the "TurnKey Linux Virtual Appliance Library":http://www.turnkeylinux.org/.
61
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.