Project

General

Profile

Download » History » Revision 134

Revision 133 (Jean-Philippe Lang, 2014-03-29 18:00) → Revision 134/222 (Jan Niggemann (redmine.org team member), 2014-04-14 23:23)

h1. Download 

 {{>toc}} 

 h2. Latest stable releases 

 Redmine releases are available in either @.tar.gz@ format for Unix systems or @.zip@ format for Windows: 

 * 2.5.1 (2014-03-29): 

   * "redmine-2.5.1.tar.gz":/releases/redmine-2.5.1.tar.gz @(md5: d88ebfdb565489862fc62b4a2a575517)@ 
   * "redmine-2.5.1.zip":/releases/redmine-2.5.1.zip @(md5: 2845840d1ed5919e0cb77ecc20cf8709)@ 

 * 2.4.5 (2014-03-29): 

   * "redmine-2.4.5.tar.gz":/releases/redmine-2.4.5.tar.gz @(md5: b3ded10c861c5dc5da80690b05dfd7dc)@ 
   * "redmine-2.4.5.zip":/releases/redmine-2.4.5.zip @(md5: 6a0626708cb9300f9af843294283185b)@ 

 See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions    or [[RedmineUpgrade]] for upgrading instructions. 

 Older releases can be found at "Rubyforge archive":http://files.rubyforge.vm.bytemark.co.uk/redmine/ 

 h2. Latest source code 

 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. 

 The URL of the official Subversion repository is: http://svn.redmine.org/redmine 

 Alternatively, you can clone it from the following mirrors that are maintained by the community: 

 * Mercurial: https://bitbucket.org/redmine 
 * Git: https://github.com/redmine/redmine 

 h3. 2.5 Stable 

 You can checkout the latest stable source with one of the following commands: 

 *Subversion* 
 <pre> 
 svn co http://svn.redmine.org/redmine/branches/2.5-stable redmine-2.5 
 </pre> 

 It will create a directory named @redmine-2.5@ and you'll be able to update your Redmine copy using @svn update@ in this directory. 

 *Mercurial* 
 <pre> 
 hg clone --updaterev 2.5-stable https://bitbucket.org/redmine/redmine-all redmine-2.5 
 </pre> 

 h3. Development (unstable) 

 You can checkout the latest development source from the trunk with one of the following commands: 

 *Subversion* 
 <pre> 
 svn co http://svn.redmine.org/redmine/trunk redmine 
 </pre> 

 *Mercurial* 
 <pre> 
 hg clone https://bitbucket.org/redmine/redmine-trunk redmine 
 </pre> 

 h2. Third-party Redmine bundles 

 * "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Debian-based Ubuntu-based Redmine appliance and cloud image. 

 * "BitNami Redmine Stack":http://bitnami.org/stack/redmine – Provides an all-in-one installer and free virtual machines and cloud images for Redmine. 

 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.