Project

General

Profile

Download » History » Revision 150

Revision 149 (Jean-Philippe Lang, 2015-05-10 10:14) → Revision 150/222 (Jean-Philippe Lang, 2015-07-07 21:49)

h1. Download 

 {{>toc}} 

 

 h2. Stable releases 

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

 * 3.0.4 (2015-07-07): 3.0.3 (2015-05-10): 

   * "redmine-3.0.4.tar.gz":/releases/redmine-3.0.4.tar.gz "redmine-3.0.3.tar.gz":/releases/redmine-3.0.3.tar.gz @(md5: 572be68e311468b835ec8ee9c5f0bb72)@ 493463eff3ba9267233648536c59eb85)@ 
   * "redmine-3.0.4.zip":/releases/redmine-3.0.4.zip "redmine-3.0.3.zip":/releases/redmine-3.0.3.zip @(md5: 46614bf94b8e02113b223e8b4679f4c6)@ 9749ac9ef2a03ddb66a8cf1232f090de)@ 

 * 2.6.6 (2015-07-07): 2.6.5 (2015-05-10): 

   * "redmine-2.6.6.tar.gz":/releases/redmine-2.6.6.tar.gz "redmine-2.6.5.tar.gz":/releases/redmine-2.6.5.tar.gz @(md5: 7029548029f8ac6f291096cc383d506a)@ 86128cb98756246df19dd7ea145255b1)@ 
   * "redmine-2.6.6.zip":/releases/redmine-2.6.6.zip "redmine-2.6.5.zip":/releases/redmine-2.6.5.zip @(md5: c5f150a58cf997f8f93d5b0226a49116)@ 91c8100d77afc1e6d61cb3105f36b262)@ 

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

 You can also browse the "older releases":/releases/. 

 

 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: https://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. 3.0 Stable 

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

 *Subversion* 
 <pre> 
 svn co https://svn.redmine.org/redmine/branches/3.0-stable redmine-3.0 
 </pre> 

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

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

 h3. Development (unstable) 

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

 *Subversion* 
 <pre> 
 svn co https://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 Redmine appliance (available as an ISO, virtual machine image or 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.