Download » History » Version 43
Jean-Philippe Lang, 2009-12-16 07:58
Page restored
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 | 37 | Brad Langhorst | See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions. |
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 | 37 | Brad Langhorst | h2. Alternative sources |
46 | 25 | Mischa The Evil | |
47 | 39 | Mischa The Evil | * "BitNami Redmine Stack":http://bitnami.org/stack/redmine#nativeInstaller – an installer which deploys Redmine and all that's necessary to run it (Apache, MySQL, Subversion, Ruby, Rails, etc.). Available for Windows, Linux, Mac x86 and Mac PPC. |
48 | * "BitNami Redmine Module":http://bitnami.org/stack/redmine#nativeInstaller - a module for the "BitNami Infrastructure Stacks":http://bitnami.org/tag/infrastructure. |
||
49 | * "BitNami Redmine Virtual Machines":http://bitnami.org/stack/redmine#virtualMachine - Virtual Images for "VMWare":http://www.vmware.com/. |
||
50 | * "BitNami Redmine Cloud Images":http://bitnami.org/stack/redmine#cloudImage - Cloud Images for "Amazon EC2":http://aws.amazon.com/ec2/ and "GoGrid":http://www.gogrid.com/. |
||
51 | * "JumpBox Redmine Appliance":http://www.jumpbox.com/app/redmine (subscription service) - a virtual appliance with a self-contained instance of Redmine pre-configured so that it works immediately. Supports all major OS's and virtualization platforms like Amazon EC2, VMware and "VirtualBox":http://www.virtualbox.or. |
||
52 | * "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - an appliance which can be loaded into VirtualBox and can be deployed on-demand using Amazon EC2. |
||
53 | 25 | Mischa The Evil | |
54 | 37 | Brad Langhorst | h2. Troubleshooting |
55 | 2 | Thomas Lecavelier | |
56 | 37 | Brad Langhorst | If you get this error when trying to checkout the source: |
57 | 2 | Thomas Lecavelier | |
58 | 37 | Brad Langhorst | "PROPFIND 200 OK" error |
59 | 24 | Mischa The Evil | |
60 | 37 | Brad Langhorst | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |