ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Download ChiliProject

Contents

Clone the ChiliProject repository

The ChiliProject source code is hosted on GitHub.

To get the sources, you need to clone the repository and checkout the desired branch. We currently release a new version every 6 months, and these releases are considered very usable and stable.

Inside ChiliProject's repository we use a branch model to track progress in various stages of development. For production setups, you should always use the stable branch. It only contains the officially released versions. For detailed information about the branches, see the description of the ChiliProject Repository.

To clone the repository use the following steps:

git clone git://github.com/chiliproject/chiliproject.git
cd chiliproject
git checkout -b my-stable origin/stable

Get a packaged release

If you don't want to use Git, you can also download a release package from the Files section.

Install or Upgrade

After you have downloaded a release, please hop over to our Installation guide for a new install or our Upgrade guide if you already have an older ChiliProject installation.