Project

General

Profile

Actions

Download » History » Revision 35

« Previous | Revision 35/222 (diff) | Next »
Jean-Philippe Lang, 2009-11-04 11:35
0.8.6 release


Download

Latest stable release: 0.8.6 (2009-11-04)

Redmine releases can be downloaded at "RubyForge": http://rubyforge.org/frs/?group_id=1850.
See the Changelog for details and RedmineInstall for installation instructions.

Latest source code

You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge:

or from the git mirror:

This is the prefered way to get Redmine if you want to benefit from the latest improvements and be able to upgrade easily.

Development

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

svn co http://redmine.rubyforge.org/svn/trunk redmine
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine

or, from the git mirror:

git clone git://github.com/edavis10/redmine.git

0.8 Stable

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

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

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.

Alternative sources

  • Redmine Bitnami Stack – 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.
  • JumpBox for 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

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.

Updated by Jean-Philippe Lang over 14 years ago · 35 revisions locked