Download » History » Version 148
Jean-Philippe Lang, 2015-04-26 08:54
3.0.2 and 2.6.4 released
1 | 37 | Brad Langhorst | h1. Download |
---|---|---|---|
2 | 1 | Jean-Philippe Lang | |
3 | 63 | Mischa The Evil | {{>toc}} |
4 | |||
5 | 141 | Jean-Philippe Lang | h2. Stable releases |
6 | 1 | Jean-Philippe Lang | |
7 | 124 | Jean-Philippe Lang | Redmine releases are available in either @.tar.gz@ format for Unix systems or @.zip@ format for Windows: |
8 | |||
9 | 148 | Jean-Philippe Lang | * 3.0.2 (2015-04-26): |
10 | 124 | Jean-Philippe Lang | |
11 | 148 | Jean-Philippe Lang | * "redmine-3.0.2.tar.gz":/releases/redmine-3.0.2.tar.gz @(md5: edc27c4de4e8ac52f669883617d4dd5d)@ |
12 | * "redmine-3.0.2.zip":/releases/redmine-3.0.2.zip @(md5: 7ee252098e94c9a1102443bdac3bd2f4)@ |
||
13 | 138 | Jean-Philippe Lang | |
14 | 148 | Jean-Philippe Lang | * 2.6.4 (2015-04-26): |
15 | 138 | Jean-Philippe Lang | |
16 | 148 | Jean-Philippe Lang | * "redmine-2.6.4.tar.gz":/releases/redmine-2.6.4.tar.gz @(md5: d27468164b314e77ad44191d1d0ad419)@ |
17 | * "redmine-2.6.4.zip":/releases/redmine-2.6.4.zip @(md5: c260592c8d0f103e5359dc191a27d1d9)@ |
||
18 | 1 | Jean-Philippe Lang | |
19 | See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions or [[RedmineUpgrade]] for upgrading instructions. |
||
20 | 122 | Jean-Philippe Lang | |
21 | 140 | Jean-Philippe Lang | You can also browse the "older releases":/releases/. |
22 | 50 | Jimmy O'regan | |
23 | 37 | Brad Langhorst | h2. Latest source code |
24 | 1 | Jean-Philippe Lang | |
25 | 120 | Jean-Philippe Lang | You can checkout the latest source code of Redmine from the Subversion repository. This is the prefered way to get Redmine if you want to benefit from the latest improvements and be able to upgrade easily. |
26 | 1 | Jean-Philippe Lang | |
27 | 142 | Jean-Philippe Lang | The URL of the official Subversion repository is: https://svn.redmine.org/redmine |
28 | 86 | Toshi MARUYAMA | |
29 | 102 | Jean-Philippe Lang | Alternatively, you can clone it from the following mirrors that are maintained by the community: |
30 | 90 | Jean-Philippe Lang | |
31 | 102 | Jean-Philippe Lang | * Mercurial: https://bitbucket.org/redmine |
32 | * Git: https://github.com/redmine/redmine |
||
33 | 37 | Brad Langhorst | |
34 | 146 | Go MAEDA | h3. 3.0 Stable |
35 | 72 | Jean-Philippe Lang | |
36 | 1 | Jean-Philippe Lang | You can checkout the latest stable source with one of the following commands: |
37 | |||
38 | *Subversion* |
||
39 | <pre> |
||
40 | 146 | Go MAEDA | svn co https://svn.redmine.org/redmine/branches/3.0-stable redmine-3.0 |
41 | 1 | Jean-Philippe Lang | </pre> |
42 | |||
43 | 146 | Go MAEDA | It will create a directory named @redmine-3.0@ and you'll be able to update your Redmine copy using @svn update@ in this directory. |
44 | 1 | Jean-Philippe Lang | |
45 | *Mercurial* |
||
46 | 92 | Jean-Philippe Lang | <pre> |
47 | 146 | Go MAEDA | hg clone --updaterev 3.0-stable https://bitbucket.org/redmine/redmine-all redmine-3.0 |
48 | 1 | Jean-Philippe Lang | </pre> |
49 | |||
50 | 67 | Jean-Philippe Lang | h3. Development (unstable) |
51 | 72 | Jean-Philippe Lang | |
52 | 67 | Jean-Philippe Lang | You can checkout the latest development source from the trunk with one of the following commands: |
53 | 85 | Toshi MARUYAMA | |
54 | 67 | Jean-Philippe Lang | *Subversion* |
55 | <pre> |
||
56 | 142 | Jean-Philippe Lang | svn co https://svn.redmine.org/redmine/trunk redmine |
57 | 85 | Toshi MARUYAMA | </pre> |
58 | |||
59 | *Mercurial* |
||
60 | <pre> |
||
61 | hg clone https://bitbucket.org/redmine/redmine-trunk redmine |
||
62 | 67 | Jean-Philippe Lang | </pre> |
63 | |||
64 | 50 | Jimmy O'regan | h2. Third-party Redmine bundles |
65 | 47 | Daniel Lopez | |
66 | 135 | Jan Niggemann (redmine.org team member) | * "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Debian-based Redmine appliance (available as an ISO, virtual machine image or cloud image). |
67 | 47 | Daniel Lopez | |
68 | 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. |