Download » History » Revision 45
« Previous |
Revision 45/224
(diff)
| Next »
Liraz Siri, 2009-12-17 02:16
dot
Download¶
Latest stable release: 0.8.7 (2009-11-15)¶
Redmine releases can be downloaded at RubyForge.
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:
- 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.
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.
Third party packages¶
- BitNami Redmine Stack – a free installer that deploys Redmine natively on all major operating systems. Also deploys as a virtual machine and in the cloud.
- TurnKey Redmine Appliance - free lightweight Ubuntu-based appliance that just works. Deploys in minutes to a virtual machine, bare metal or in the cloud. Part of the TurnKey Linux Virtual Appliance Library.
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 Liraz Siri almost 15 years ago · 45 revisions locked