Project

General

Profile

Download » History » Revision 126

Revision 125 (Jean-Philippe Lang, 2013-11-23 10:28) → Revision 126/222 (Jan Niggemann (redmine.org team member), 2013-11-27 22:35)

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.4.1 (2013-11-23): 

   * "redmine-2.4.1.tar.gz":http://www.redmine.org/releases/redmine-2.4.1.tar.gz @(md5: 30260749bf4f372676493d2f6fc791bc)@ 
   * "redmine-2.4.1.zip":http://www.redmine.org/releases/redmine-2.4.1.zip @(md5: c33711f04f32dc0bb9c1883df1ce1af8)@ 

 * 2.3.4 (2013-11-17): 

   * "redmine-2.3.4.tar.gz":http://redmine.hz6.de/redmine-2.3.4.tar.gz "redmine-2.3.4.tar.gz":http://rubyforge.org/frs/download.php/77238/redmine-2.3.4.tar.gz @(md5: 2fd62721bb501bd08d2d232aa9e43a52)@ 
   * "redmine-2.3.4.zip":http://redmine.hz6.de/redmine-2.3.4.zip "redmine-2.3.4.zip":http://rubyforge.org/frs/download.php/77240/redmine-2.3.4.zip @(md5: 141c001f86ddeb2352ef06425ff4c29b)@ 

 *%{color:red}Important note%*: Due to rubyforge.org being down, the 2.3.4 downloads are temporarily relocated to hz6.de since Nov 27, 2013. We hope to provide the files from redmine.org shortly. 

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

 Older releases can be found at "Rubyforge":http://rubyforge.org/frs/?group_id=1850. 

 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.4 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.4-stable redmine-2.4 
 </pre> 

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

 *Mercurial* 
 <pre> 
 hg clone --updaterev 2.4-stable https://bitbucket.org/redmine/redmine-all redmine-2.4 
 </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 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.