Download » History » Version 65
Version 64 (Mischa The Evil, 2010-07-19 05:16) → Version 65/207 (Eric Davis, 2010-08-22 23:29)
h1. Download
{{>toc}}
h2. Latest stable release: 1.0.1 (2010-08-22) 1.0.0 (RC) (2010-07-18)
Redmine releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850.
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions or [[RedmineUpgrade]] for upgrading instructions.
h2. Latest source code
You can [[CheckingoutRedmine|checkout]] the latest source code of Redmine from the Subversion repository hosted at Rubyforge:
* the repository URL is: http://redmine.rubyforge.org/svn
or [[CheckingoutRedmine#git|clone]] it from the git mirror hosted at GitHub:
* 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.
h3. Development
You can [[CheckingoutRedmine|checkout]] the latest development source from the trunk with one of the following commands:
<pre>
svn co http://redmine.rubyforge.org/svn/trunk redmine
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
</pre>
or, from the git mirror:
<pre>
git clone git://github.com/edavis10/redmine.git
</pre>
h3. 1.0 Stable
You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands:
<pre>
svn co http://redmine.rubyforge.org/svn/branches/1.0-stable redmine-1.0
svn co svn://rubyforge.org/var/svn/redmine/branches/1.0-stable redmine-1.0
</pre>
It will create a directory named @redmine-1.0@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
h3. 0.9 Stable (old stable release)
You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands:
<pre>
svn co http://redmine.rubyforge.org/svn/branches/0.9-stable redmine-0.9
svn co svn://rubyforge.org/var/svn/redmine/branches/0.9-stable redmine-0.9
</pre>
It will create a directory named @redmine-0.9@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
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.
{{>toc}}
h2. Latest stable release: 1.0.1 (2010-08-22) 1.0.0 (RC) (2010-07-18)
Redmine releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850.
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions or [[RedmineUpgrade]] for upgrading instructions.
h2. Latest source code
You can [[CheckingoutRedmine|checkout]] the latest source code of Redmine from the Subversion repository hosted at Rubyforge:
* the repository URL is: http://redmine.rubyforge.org/svn
or [[CheckingoutRedmine#git|clone]] it from the git mirror hosted at GitHub:
* 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.
h3. Development
You can [[CheckingoutRedmine|checkout]] the latest development source from the trunk with one of the following commands:
<pre>
svn co http://redmine.rubyforge.org/svn/trunk redmine
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
</pre>
or, from the git mirror:
<pre>
git clone git://github.com/edavis10/redmine.git
</pre>
h3. 1.0 Stable
You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands:
<pre>
svn co http://redmine.rubyforge.org/svn/branches/1.0-stable redmine-1.0
svn co svn://rubyforge.org/var/svn/redmine/branches/1.0-stable redmine-1.0
</pre>
It will create a directory named @redmine-1.0@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
h3. 0.9 Stable (old stable release)
You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands:
<pre>
svn co http://redmine.rubyforge.org/svn/branches/0.9-stable redmine-0.9
svn co svn://rubyforge.org/var/svn/redmine/branches/0.9-stable redmine-0.9
</pre>
It will create a directory named @redmine-0.9@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
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.