Download » History » Revision 50
Revision 49 (Daniel Lopez, 2009-12-19 20:26) → Revision 50/224 (Jimmy O'regan, 2009-12-22 11:25)
h1. Download h2. Latest stable release: 0.8.7 (2009-11-15) Redmine source code releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850. "RubyForge":http://rubyforge.org/frs/?group_id=1850 or you can download installers and virtual machines from one of the [[Download#Alternative-Sources|alternative sources below]]. See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions. You may also want to try one of the [[Download#Third-party Redmine bundles|third-party Redmine bundles]] below. 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. Third-party Alternative Sources h3. All-In-One Installers Installers that include Redmine bundles and all software necessary to run * "TurnKey "BitNami Redmine Appliance":http://www.turnkeylinux.org/redmine - Provide a free lightweight Ubuntu-based Installer":http://bitnami.org/stack/redmine – Native installers of Redmine appliance and cloud image. Part of the "TurnKey a Ruby-On-Rails for Windows, Linux Virtual Appliance Library":http://www.turnkeylinux.org/. and Mac OS X h3. Software Appliances / Cloud Images Provide virtual machine images tgat include the operating system, Redmine and all software necessary to run * "BitNami Redmine Stack":http://bitnami.org/stack/redmine Appliance":http://bitnami.org/stack/redmine – Provide an all-in-one installer Free virtual machines and free cloud images for Redmine. * "JumpBox for Redmine":http://www.jumpbox.com/app/redmine - Commercial, Ubuntu-based virtual machines and cloud images for Redmine. * "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/. 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.