Download » History » Version 47
Daniel Lopez, 2009-12-19 19:20
Installers are not virtual appliances. Restore Jumpbox. They are commercial but that is no reason to remove them
1 | 37 | Brad Langhorst | h1. Download |
---|---|---|---|
2 | 1 | Jean-Philippe Lang | |
3 | 38 | Jean-Philippe Lang | h2. Latest stable release: 0.8.7 (2009-11-15) |
4 | 1 | Jean-Philippe Lang | |
5 | 40 | Mischa The Evil | Redmine releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850. |
6 | 47 | Daniel Lopez | See the [[Changelog]] for details, [[RedmineInstall]] for installation instructions and. |
7 | 1 | Jean-Philippe Lang | |
8 | 37 | Brad Langhorst | h2. Latest source code |
9 | 1 | Jean-Philippe Lang | |
10 | 37 | Brad Langhorst | You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge: |
11 | 1 | Jean-Philippe Lang | |
12 | 37 | Brad Langhorst | * the repository URL is: http://redmine.rubyforge.org/svn |
13 | 1 | Jean-Philippe Lang | |
14 | 37 | Brad Langhorst | or from the git mirror: |
15 | 33 | Peter Ferne | |
16 | 37 | Brad Langhorst | * the repository URL is: http://github.com/edavis10/redmine |
17 | 33 | Peter Ferne | |
18 | 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. |
19 | 33 | Peter Ferne | |
20 | 37 | Brad Langhorst | h3. Development |
21 | 1 | Jean-Philippe Lang | |
22 | 37 | Brad Langhorst | You can [[CheckingoutRedmine|checkout]] the latest development source from the trunk with one of the following commands: |
23 | 1 | Jean-Philippe Lang | |
24 | 37 | Brad Langhorst | <pre> |
25 | svn co http://redmine.rubyforge.org/svn/trunk redmine |
||
26 | svn co svn://rubyforge.org/var/svn/redmine/trunk redmine |
||
27 | </pre> |
||
28 | 33 | Peter Ferne | |
29 | 37 | Brad Langhorst | or, from the git mirror: |
30 | <pre> |
||
31 | git clone git://github.com/edavis10/redmine.git |
||
32 | </pre> |
||
33 | 1 | Jean-Philippe Lang | |
34 | 37 | Brad Langhorst | h3. 0.8 Stable |
35 | 1 | Jean-Philippe Lang | |
36 | 37 | Brad Langhorst | You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands: |
37 | 1 | Jean-Philippe Lang | |
38 | 37 | Brad Langhorst | <pre> |
39 | svn co http://redmine.rubyforge.org/svn/branches/0.8-stable redmine-0.8 |
||
40 | svn co svn://rubyforge.org/var/svn/redmine/branches/0.8-stable redmine-0.8 |
||
41 | </pre> |
||
42 | 9 | Jean-Philippe Lang | |
43 | 37 | Brad Langhorst | It will create a directory named @redmine-0.8@ and you'll be able to update your Redmine copy using @svn update@ in this directory. |
44 | 2 | Thomas Lecavelier | |
45 | 47 | Daniel Lopez | h2. Alternative Sources |
46 | 39 | Mischa The Evil | |
47 | 47 | Daniel Lopez | h3. All-In-One Installers |
48 | 1 | Jean-Philippe Lang | |
49 | 47 | Daniel Lopez | Installers that include Redmine and all software necessary to run |
50 | 1 | Jean-Philippe Lang | |
51 | 47 | Daniel Lopez | * "BitNami Redmine Installer":http://bitnami.org/stack/redmine – Native installers of Redmine and a Ruby-On-Rails for Windows, Linux and Mac OS X |
52 | |||
53 | h3. Software Appliances / Cloud Images |
||
54 | 1 | Jean-Philippe Lang | |
55 | 47 | Daniel Lopez | Provide virtual machine images tgat include the operating system, Redmine and all software necessary to run |
56 | |||
57 | * "BitNami Redmine Appliance":http://bitnami.org/stack/redmine – Free virtual machines and cloud images for Redmine. |
||
58 | |||
59 | * "JumpBox for Redmine":http://www.jumpbox.com/app/redmine - Commercial, Ubuntu-based virtual machines and cloud images for Redmine. |
||
60 | |||
61 | * "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Free lightweight Ubuntu-based appliances and cloud images. Part of the "TurnKey Linux Virtual Appliance Library":http://www.turnkeylinux.org/. |
||
62 | |||
63 | 25 | Mischa The Evil | |
64 | 37 | Brad Langhorst | h2. Troubleshooting |
65 | 2 | Thomas Lecavelier | |
66 | 37 | Brad Langhorst | If you get this error when trying to checkout the source: |
67 | 2 | Thomas Lecavelier | |
68 | 37 | Brad Langhorst | "PROPFIND 200 OK" error |
69 | 24 | Mischa The Evil | |
70 | 37 | Brad Langhorst | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |