Download » History » Version 78
Jean-Philippe Lang, 2011-05-30 19:04
1.2.0 release
1 | 37 | Brad Langhorst | h1. Download |
---|---|---|---|
2 | 1 | Jean-Philippe Lang | |
3 | 63 | Mischa The Evil | {{>toc}} |
4 | |||
5 | 78 | Jean-Philippe Lang | h2. Latest stable release: 1.2.0 (2011-05-30) |
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 | 78 | Jean-Philippe Lang | h3. 1.2 Stable |
22 | 62 | Eric Davis | |
23 | 72 | Jean-Philippe Lang | You can checkout the latest stable source with one of the following commands: |
24 | 1 | Jean-Philippe Lang | |
25 | <pre> |
||
26 | 78 | Jean-Philippe Lang | svn co http://redmine.rubyforge.org/svn/branches/1.2-stable redmine-1.2 |
27 | svn co svn://rubyforge.org/var/svn/redmine/branches/1.2-stable redmine-1.2 |
||
28 | </pre> |
||
29 | |||
30 | It will create a directory named @redmine-1.2@ and you'll be able to update your Redmine copy using @svn update@ in this directory. |
||
31 | |||
32 | h3. 1.1 Stable |
||
33 | |||
34 | You can checkout the old stable source with one of the following commands: |
||
35 | |||
36 | <pre> |
||
37 | 1 | Jean-Philippe Lang | svn co http://redmine.rubyforge.org/svn/branches/1.1-stable redmine-1.1 |
38 | svn co svn://rubyforge.org/var/svn/redmine/branches/1.1-stable redmine-1.1 |
||
39 | 73 | Jean-Philippe Lang | </pre> |
40 | 1 | Jean-Philippe Lang | |
41 | 67 | Jean-Philippe Lang | h3. Development (unstable) |
42 | |||
43 | 72 | Jean-Philippe Lang | You can checkout the latest development source from the trunk with one of the following commands: |
44 | 67 | Jean-Philippe Lang | |
45 | <pre> |
||
46 | svn co http://redmine.rubyforge.org/svn/trunk redmine |
||
47 | svn co svn://rubyforge.org/var/svn/redmine/trunk redmine |
||
48 | </pre> |
||
49 | |||
50 | or, from the git mirror: |
||
51 | <pre> |
||
52 | git clone git://github.com/edavis10/redmine.git |
||
53 | </pre> |
||
54 | 1 | Jean-Philippe Lang | |
55 | 50 | Jimmy O'regan | h2. Third-party Redmine bundles |
56 | 47 | Daniel Lopez | |
57 | 55 | Jean-Philippe Lang | * "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Ubuntu-based Redmine appliance and cloud image. |
58 | 47 | Daniel Lopez | |
59 | 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. |
60 | 25 | Mischa The Evil | |
61 | 37 | Brad Langhorst | h2. Troubleshooting |
62 | 2 | Thomas Lecavelier | |
63 | 37 | Brad Langhorst | If you get this error when trying to checkout the source: |
64 | 2 | Thomas Lecavelier | |
65 | 37 | Brad Langhorst | "PROPFIND 200 OK" error |
66 | 24 | Mischa The Evil | |
67 | 37 | Brad Langhorst | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |