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.

Detected sqlite3 gem which is not supported on Heroku

Added by G Arends at 2012-02-09 06:45 pm

Hi,

Trying my first install of chiliproject and also a first on heroku.

I get an error message when pushing to heroku
"Detected sqlite3 gem which is not supported on Heroku"

I tried to do:
bundle install --without=test development sqlite3 mysql mysql2
But that didn't seem to do it.

Anyone know what the problem might be?


Replies (2)

RE: Detected sqlite3 gem which is not supported on Heroku - Added by Felix Schäfer at 2012-02-11 07:40 pm

I'm not familiar enough with heroku to know how it handles gems, so I guess you'll have to read up on their stack/search in their help for an answer to that one.

On a more general note: not all of ChiliProject will work well on heroku, esp.: uploaded/saved files won't be persisted, i.e. you will lose them at each restart of the VM/dino your install runs on (if the part of the VM ChiliProject tries to save the files too is even writable…) and you won't be able to use git (and probably other) repos. I don't know what you're planning to use ChiliProject for, but you might want to be looking at other hosting options.

RE: Detected sqlite3 gem which is not supported on Heroku - Added by G Arends at 2012-02-12 10:50 am

I was able to make it work by commenting out groups not needed like mysql sqlite and mysql2 in the gemfile. After this i was able to deploy.

I was thinking about using Amazon S3 CDN with redmine s3 plugin for file storage/attachments. The only thing missing then is what you mentioned, which is using git. I use github for my git repository, so I'm not sure if I'll use that part of chiliproject.

(1-2/2)