Questions tagged [chiliproject]

ChiliProject is a web based project management system based on Ruby on Rails. It started as a fork of Redmine in February 2011. It is based on Ruby on Rails and licensed under GPLv2.

ChiliProject is a web based project management system. It supports your team throughout the complete project life cycle, from setting up and discussing a project plan, over tracking issues and reporting work progress to collaboratively sharing knowledge.

The project started as a fork of Redmine in February 2011. It is based on Ruby on Rails and licensed under GPLv2.

Developers and users can also be contacted through IRC in #chiliproject on Freenode as well as by using the forums. The official issue tracker is available on chiliproject.org.

16 questions
32
votes
1 answer

Redmine vs Chiliproject

I'm in the process of switching from an experimental installation of Redmine to a company wide use. We do use some plugins that are mandatory for us such as redmine_backlog and redmine_gitosis (unmaintained, several forks exists). While redmine…
Mathieu Marache
  • 483
  • 1
  • 4
  • 8
9
votes
2 answers

How can you obtain `heroku run rails --version` for a seeming Rails version mismatch?

I've attempted several iterations of heroku run rails --version in order to ascertain the actual version number of the rails gem installed on an app stack on heroku. Nothing has returned success so far. For example, even running heroku run "rails…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
4
votes
1 answer

Can the "post-receive" hook in gitlab-shell still be used for a custom hook?

According to the content of the gitlab-shell post-receive hook, it's deprecated. #!/usr/bin/env ruby # This file was placed here by GitLab. # IT IS DEPRECATED NOW. # All GitLab logic handled by update hook But only for Gitlab specific logic or…
nietonfir
  • 4,797
  • 6
  • 31
  • 43
3
votes
1 answer

What are the advantages of using chiliproject over redmine?

This question already exists, but it is over one year old now and a lot has probably happened if the documentation is a good judge. There is no documented path to migrate from current redmine (2.1) to chiliproject for example. Chiliproject is a fork…
Coyote
  • 2,454
  • 26
  • 47
2
votes
2 answers

Deploying Chiliproject to Dreamhost

Having some issues deploying this. I've tried to deploy it twice now. Here's what I've done so far.... Installed the gems and versions required on the install page: gem install -v=2.3.5 rails gem install -v=1.0.1 rack gem install -v=0.8.7 rake gem…
hamstar
  • 1,787
  • 4
  • 16
  • 23
2
votes
1 answer

ChiliProject on Windows 7

When I start server with -d prefix, it make error: C:\ruby\chili>bundle exec ruby script/server -e production -p 3005 -d => Booting WEBrick => Rails 2.3.14 application starting on…
Dmi7ry
  • 1,777
  • 1
  • 13
  • 25
1
vote
1 answer

Installing RubyGems on a CentOs 5.5

I'm fairly new to Linux and i'm trying to install Chiliproject on a CentOs 5.5. When I try to install rubygems to install Rails, here is what I get: [root@ns381286 ~]# sudo rbenv install 1.9.3-p125 Downloading…
Nelson Melina
  • 111
  • 11
1
vote
1 answer

Looking for a user-centric plugin for Redmine/Chiliproject

We need a plugin where you can view all the submitted tickets but tickets by the same author are folded together And when viewing a ticket it'll show that persons prior requests. Is there a plugin that does this?
Joseph Le Brech
  • 6,541
  • 11
  • 49
  • 84
1
vote
1 answer

Symbolic link not allowed apache 2.4 chiliproject

Few hours ago I upgraded ubuntu 13.10 to 14.04 LTS. I have 1 problem with chiliproject application wich running on Rails. I got error 403 when I'm trying to access my chiliproject application. In apache2 error log i got: Symbolic link not allowed or…
woj_jas
  • 1,092
  • 7
  • 23
  • 50
1
vote
1 answer

installing redmine_backlog with chiliproject

I installed chiliproject 3.3.0. After some problems it worked fine... But now i try to add the BackLog Plugin and i am stucking there... I did the installation instruction from here: http://www.redminebacklogs.net/en/installation.html When i call…
0
votes
2 answers

Could not find gem 'rubytree (~> 0.5.2) ruby' while installing ChiliProject on Debian

I am trying to install chiliproject on a server, following the -well done- documentation I am hitting this error Could not find gem 'rubytree (~> 0.5.2) ruby' in any of the gem sources listed in your Gemfile. I did a gem install rubytree I get…
Spredzy
  • 4,982
  • 13
  • 53
  • 69
0
votes
1 answer

Rails and SQLITE3 problem

I am trying to install "ChiliProject" on my Windows XP SP3. Everything was fine until I tried to process the db:migrate. C:\RubyApps\chiliproject>bundle exec rake db:migrate Then I get the error: rake aborted! no such file to load -- sqlite3 I…
Cleankod
  • 2,220
  • 5
  • 32
  • 52
0
votes
1 answer

Error while trying to use warble on ChiliProject for JRuby/Jetty deployment

I'm trying to use warbler on ChiliProject (a Redmine fork, Rails 2.3 app) to deploy it in a Java Jetty web server. But when I run warble at the projects root folder, it fails with the given error message: $ warble --trace warble aborted! undefined…
razenha
  • 7,660
  • 6
  • 37
  • 53
0
votes
1 answer

Redmine / ChiliProject - Restrict login by ip address

I would like to restrict access to certain users of a redmine/chiliproject install as long as they are coming from a certain ip address or a certain range of ip addresses. Is there a plugin for this or is there an easy (ie quick simple) way of…
robzolkos
  • 2,196
  • 3
  • 30
  • 47
0
votes
0 answers

Error while installing Chiliprojet+redmine_git_hosting

I tried to install redmine_git_hosting Plugin and followed the instruction of Eric Paul Bishop. Everything worked fine for me until step (7) rake db:migrate_plugins RAILS_ENV=production threw an error: rake…
PauLy
  • 79
  • 7
1
2