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