Download » History » Revision 39
Revision 38 (Jean-Philippe Lang, 2009-11-15 11:16) → Revision 39/226 (Mischa The Evil, 2009-11-20 02:48)
h1. Download h2. Latest stable release: 0.8.7 (2009-11-15) Redmine releases can be downloaded at "RubyForge": http://rubyforge.org/frs/?group_id=1850. See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions. h2. Latest source code You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge: * the repository URL is: http://redmine.rubyforge.org/svn or from the git mirror: * the repository URL is: http://github.com/edavis10/redmine This is the prefered way to get Redmine if you want to benefit from the latest improvements and be able to upgrade easily. h3. Development You can [[CheckingoutRedmine|checkout]] the latest development source from the trunk with one of the following commands: <pre> svn co http://redmine.rubyforge.org/svn/trunk redmine svn co svn://rubyforge.org/var/svn/redmine/trunk redmine </pre> or, from the git mirror: <pre> git clone git://github.com/edavis10/redmine.git </pre> h3. 0.8 Stable You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands: <pre> svn co http://redmine.rubyforge.org/svn/branches/0.8-stable redmine-0.8 svn co svn://rubyforge.org/var/svn/redmine/branches/0.8-stable redmine-0.8 </pre> 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. h2. Alternative sources * "BitNami Redmine Stack":http://bitnami.org/stack/redmine#nativeInstaller "Redmine Bitnami Stack":http://bitnami.org/stack/redmine – 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. * "BitNami Redmine Module":http://bitnami.org/stack/redmine#nativeInstaller - a module "JumpBox for the "BitNami Infrastructure Stacks":http://bitnami.org/tag/infrastructure. * "BitNami Redmine Virtual Machines":http://bitnami.org/stack/redmine#virtualMachine - Virtual Images for "VMWare":http://www.vmware.com/. * "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/. * "JumpBox Redmine Appliance":http://www.jumpbox.com/app/redmine Redmine":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. * "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. h2. Troubleshooting If you get this error when trying to checkout the source: "PROPFIND 200 OK" error Please contact your network administrator and ask him to enable WebDAV extension in your proxy.