Download » History » Version 59
Jean-Philippe Lang, 2010-05-01 14:45
0.9.4 release
1 | 37 | Brad Langhorst | h1. Download |
---|---|---|---|
2 | 1 | Jean-Philippe Lang | |
3 | 59 | Jean-Philippe Lang | h2. Latest stable release: 0.9.4 (2010-05-01) |
4 | 1 | Jean-Philippe Lang | |
5 | 58 | Jean-Philippe Lang | Redmine releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850. |
6 | 1 | Jean-Philippe Lang | |
7 | 55 | Jean-Philippe Lang | See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions or [[RedmineUpgrade]] for upgrading instructions. |
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 | 54 | Jean-Philippe Lang | h3. 0.9 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 | 54 | Jean-Philippe Lang | svn co http://redmine.rubyforge.org/svn/branches/0.9-stable redmine-0.9 |
41 | svn co svn://rubyforge.org/var/svn/redmine/branches/0.9-stable redmine-0.9 |
||
42 | 37 | Brad Langhorst | </pre> |
43 | |||
44 | 54 | Jean-Philippe Lang | 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. |
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. |