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.

push chiliproject instance on cloudfoundry

Added by Alexandre cloud at 2011-11-06 03:10 pm

Deploy on cloud foundry

Hello,
thank you for your good work,
I try to deploy a chiliproject onto a cloud foundry and I am a neebie in ruby.
http://www.cloudfoundry.org
Anybody can give me an advise on how to configure code to be compatible with cloud foundry and deploy with sqlite in first (more easy) then mysql?

Actually I try to configure database.yml production with sqlite and run "vmc push --runtime ruby19" without success on application startup.

thank you

Alexandre


Replies (4)

RE: push chiliproject instance on cloudfoundry - Added by Felix Schäfer at 2011-11-07 07:59 pm

Hello Alexandre,

I'm guessing you are french, if you are more at ease with french, we can write french (j'ai grandi en France et comprend parfaitement le français :-) ) and I'll translate the important bits for the others to follow the discussion.

Regarding CloudFoundry, I've never tried it so I can't give you any hint as to how to get it running there. If you have error logs we can help you find solutions to specific errors, but I don't have the time to "learn" how to use CF I'm afraid, and I don't think any other core team member has either.

Do you have any log output we could have a look at?

RE: push chiliproject instance on cloudfoundry - Added by Mark Atwood at 2011-11-07 10:49 pm

Hello Alexandre,

Have you considered trying to install ChiliProject on OpenShift?

OpenShift already has an example quickstart already for RedMine, so that might help.

https://github.com/openshift/redmine-openshift-quickstart

..m

RE: push chiliproject instance on cloudfoundry - Added by Alexandre cloud at 2011-11-17 11:49 pm

Thanks you for all your answers and your work.
after some extensive testing, only good solution was to use a pre chiliproject port in rails 3. Currently this version do nothing except display the main screen.
This version can be tested at http://herachiliproject.cloudfoundry.com/

Then I will put in standby this deployment test and I will use a standard installation process. too bad.

Best regards,

Alexandre

RE: push chiliproject instance on cloudfoundry - Added by Felix Schäfer at 2011-11-18 08:24 am

Thanks for trying, maybe it will work better once we're on rails 3 :-)

(1-4/4)