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.

Buggy installer

Added by Zee Zain at 2011-08-29 06:57 am

I followed the instructions on https://www.chiliproject.org/projects/chiliproject/wiki/Installation_on_Ubuntu_11_04
to install chiliproject stable branch on a Ubuntu 11.04 server. It fails when I do bundle install.

Somewhere in the guide it should say for people using other DBs they should exclude them using:

bundle install --gemfile=Gemfile --without test mysql mysql2 sqlite

It took me 4 hours to figure that out and I'm an experienced Java developer but a RoR noob. I use postgresql.

Also, the installed dependencies are confusing, documenting exactly needed dependencies would help a lot.


Replies (1)

RE: Buggy installer - Added by Felix Schäfer at 2011-10-02 06:20 pm

Zee Zain wrote:

Somewhere in the guide it should say for people using other DBs they should exclude them using:

bundle install --gemfile=Gemfile --without test mysql mysql2 sqlite

I think Holger corrected that, care to have a look if it's clearer now and if not open an issue for it?

Also, the installed dependencies are confusing, documenting exactly needed dependencies would help a lot.

Well, the documentation is the Gemfile bundler uses to install dependencies…

(1-1/1)