Download » History » Version 111
Jean-Philippe Lang, 2013-01-20 23:27
1 | 37 | Brad Langhorst | h1. Download |
---|---|---|---|
2 | 1 | Jean-Philippe Lang | |
3 | 63 | Mischa The Evil | {{>toc}} |
4 | |||
5 | 102 | Jean-Philippe Lang | h2. Latest stable releases |
6 | 1 | Jean-Philippe Lang | |
7 | 109 | Jean-Philippe Lang | * 2.2.2 (2013-01-20) |
8 | 108 | Jean-Philippe Lang | * 2.1.6 (2013-01-09) |
9 | 109 | Jean-Philippe Lang | * 1.4.7 (2013-01-20) |
10 | 95 | Jean-Philippe Lang | |
11 | 102 | Jean-Philippe Lang | Redmine releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850 in either .tar.gz or .zip format. |
12 | 1 | Jean-Philippe Lang | |
13 | 55 | Jean-Philippe Lang | See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions or [[RedmineUpgrade]] for upgrading instructions. |
14 | 50 | Jimmy O'regan | |
15 | 37 | Brad Langhorst | h2. Latest source code |
16 | 1 | Jean-Philippe Lang | |
17 | 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. |
18 | 1 | Jean-Philippe Lang | |
19 | 103 | Jean-Philippe Lang | The URL of the official Subversion repository is: http://svn.redmine.org/redmine |
20 | 86 | Toshi MARUYAMA | |
21 | 102 | Jean-Philippe Lang | Alternatively, you can clone it from the following mirrors that are maintained by the community: |
22 | 90 | Jean-Philippe Lang | |
23 | 102 | Jean-Philippe Lang | * Mercurial: https://bitbucket.org/redmine |
24 | * Git: https://github.com/redmine/redmine |
||
25 | 37 | Brad Langhorst | |
26 | 111 | Jean-Philippe Lang | h3. 2.2 Stable |
27 | 72 | Jean-Philippe Lang | |
28 | 1 | Jean-Philippe Lang | You can checkout the latest stable source with one of the following commands: |
29 | |||
30 | *Subversion* |
||
31 | <pre> |
||
32 | 111 | Jean-Philippe Lang | svn co http://svn.redmine.org/redmine/branches/2.2-stable redmine-2.2 |
33 | 1 | Jean-Philippe Lang | </pre> |
34 | |||
35 | 111 | Jean-Philippe Lang | It will create a directory named @redmine-2.2@ and you'll be able to update your Redmine copy using @svn update@ in this directory. |
36 | 1 | Jean-Philippe Lang | |
37 | *Mercurial* |
||
38 | 92 | Jean-Philippe Lang | <pre> |
39 | 111 | Jean-Philippe Lang | hg clone --updaterev 2.2-stable https://bitbucket.org/redmine/redmine-all redmine-2.2 |
40 | 1 | Jean-Philippe Lang | </pre> |
41 | |||
42 | 67 | Jean-Philippe Lang | h3. Development (unstable) |
43 | 72 | Jean-Philippe Lang | |
44 | 67 | Jean-Philippe Lang | You can checkout the latest development source from the trunk with one of the following commands: |
45 | 85 | Toshi MARUYAMA | |
46 | 67 | Jean-Philippe Lang | *Subversion* |
47 | <pre> |
||
48 | 103 | Jean-Philippe Lang | svn co http://svn.redmine.org/redmine/trunk redmine |
49 | 85 | Toshi MARUYAMA | </pre> |
50 | |||
51 | *Mercurial* |
||
52 | <pre> |
||
53 | hg clone https://bitbucket.org/redmine/redmine-trunk redmine |
||
54 | 67 | Jean-Philippe Lang | </pre> |
55 | |||
56 | 50 | Jimmy O'regan | h2. Third-party Redmine bundles |
57 | 47 | Daniel Lopez | |
58 | 55 | Jean-Philippe Lang | * "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Ubuntu-based Redmine appliance and cloud image. |
59 | 47 | Daniel Lopez | |
60 | 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. |
61 | 25 | Mischa The Evil | |
62 | 37 | Brad Langhorst | h2. Troubleshooting |
63 | 2 | Thomas Lecavelier | |
64 | 37 | Brad Langhorst | If you get this error when trying to checkout the source: |
65 | 2 | Thomas Lecavelier | |
66 | 37 | Brad Langhorst | "PROPFIND 200 OK" error |
67 | 24 | Mischa The Evil | |
68 | 37 | Brad Langhorst | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |