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.

Chili on Godaddy

Added by Klymene DotNet at 2011-08-30 08:19 am

I am using Windows shared hosting on godaddy and would like to install Chili.

Please can anyone help with some simple installtion instructions? I checked the documentation, but there is none for windows installtion. Also, the documentation seems quite complicated.

I am not very technical. Have installed PHP scripts before though - Wordpress, Coppermine, Gallery 3, Opencart, Prestashop, phpbb, Simple Machines, etc. Is installing a Ruby app much more difficult?


Replies (8)

RE: Chili on Godaddy - Added by Klymene DotNet at 2011-08-30 08:21 am

Installing PHP scripts usually amounts to this:
Download > Extract > Upload > Point browser to a URL e.g. domain/app/installer > Provide database and other info > All done!

RE: Chili on Godaddy - Added by Klymene DotNet at 2011-08-30 12:07 pm

Perhaps it would help you answer if I provide the following info:
Ruby Gems installed: http://community.godaddy.com/help/1373/installed-ruby-gems

RE: Chili on Godaddy - Added by Felix Schäfer at 2011-09-01 04:37 am

Klymene DotNet wrote:

Installing PHP scripts usually amounts to this:
Download > Extract > Upload > Point browser to a URL e.g. domain/app/installer > Provide database and other info > All done!

Rails apps work differently from php apps, and the installation doesn't work like that sorry. (as a side-note: rails is a web application framework, php is "just" a script language, so php would be more like ruby and rails would be like cakephp in the php world).

RE: Chili on Godaddy - Added by Felix Schäfer at 2011-09-01 04:40 am

Klymene DotNet wrote:

I am using Windows shared hosting on godaddy and would like to install Chili.

Please can anyone help with some simple installtion instructions? I checked the documentation, but there is none for windows installtion. Also, the documentation seems quite complicated.

Mmh, you're trying to combine 2 difficult things in the rails world: windows and godaddy :-/ Any chance you could rather use either a linux hoster, preferably one that also explicitly supports rails, or if you don't have the experience to install rails apps even a hosted ChiliProject/Redmine?

RE: Chili on Godaddy - Added by Felix Schäfer at 2011-09-01 04:42 am

Klymene DotNet wrote:

Perhaps it would help you answer if I provide the following info:
Ruby Gems installed: http://community.godaddy.com/help/1373/installed-ruby-gems

I had a look at the list, an either the page is outdated, or the gems that are installed on godaddy are very very old (example: rails 1.1 is installed, just released is rails 3.1…), so it will be that much more difficult to get the right versions installed, and that looks like a list of gems installed on a linux host, not a windows one.

RE: Chili on Godaddy - Added by Muntek Singh at 2011-09-01 04:55 am

According to this page godaddy's windows shared hosting doesn't have RoR, so it does not seem you will be able to do this.

RE: Chili on Godaddy - Added by Klymene DotNet at 2011-09-01 08:46 am

Actually godaddy differentiate between shared hosting and 4GH hosting, which is purely a marketing distinction. I am on Windows 4GH which supports Ruby on Rails applications.

To deploy Ruby apps, you go to domain.com/_h_admin_/index.php, log in, then in the Ruby tab in create Rails directory section type in name of directory and click Create. Then you upload the application into that directory. That's for generic Ruby apps.

I've done that much for Chili. Don't know what to do next.

My account has SSH enabled, and I just downloaded Tunnelier, though I have never used SSH before.

RE: Chili on Godaddy - Added by Klymene DotNet at 2011-09-01 08:53 am

Felix Schäfer wrote:

Klymene DotNet wrote:

Download > Extract > Upload > Point browser to a URL e.g. domain/app/installer > Provide database and other info > All done!

rails is a web application framework, php is "just" a script language, so php would be more like ruby and rails would be like cakephp in the php world).

I understand. I installed (Menalto) Gallery 3, which is built using Kohana (a web application framework that uses PHP), and it seemed to install the exact same way.

I do get your point about Ruby working differently, and that's fine. But unfortunately all directions I have seen so far seem quite complex to read, understand and do...I wish there's something that explains the installation as simply as the PHP installation above...even if it is a different process...

(1-8/8)