Questions tagged [openproject]

OpenProject is a free and open source, web-based project management tool. It is implemented in Ruby on Rails.

OpenProject is a web-based open-source project management software. It supports a large range in the project management life cycle: planning, requirement analysis, development, bug tracking, user support, versioning, documentation, meetings, cost planning.

OpenProject is developed on github through the OpenProject Foundation e.V. (OPF) and various other contributors. It is a fork of Redmine and Chiliproject and is licensed under the GPLv3. It claims to differ from its origins by being more enterprise-focused.

You may reach the developers throug using the forums, or opening an issue in the bug tracker.

103 questions
1
vote
2 answers

builder install --without rmagick failed in openproject

I got openproject running in windows after a long struggle since new to ruby world. I cannot suggest to my colleagues until install this openproject in Oracle Linux (part of RHEL). Checked out openproject from Git successfully using following…
JackVimal
  • 355
  • 1
  • 4
  • 13
1
vote
1 answer

Sprockets::FileNotFound: couldn't find file 'jquery' openproject

I tried to install openproject in windows 7 64 bit. I followed the steps mentioned in openproject wiki, but cannot install it successfully, see the error log openproject>bundle exec rake assets:precompile DL is deprecated, please use Fiddle require…
JackVimal
  • 355
  • 1
  • 4
  • 13
1
vote
0 answers

PUT requests on RubyOnRails via Passenger 4.0.37 always take 30 seconds

We installed a RoR app using libapache2-mod-passenger. This application is 'openproject' (https://www.openproject.org/) It has been working great for the past few months, but a few days ago, we moved several other stuff to this webserver (that…
Tiago Geada
  • 77
  • 1
  • 6
1
vote
2 answers

uninitialized constant I18n::JS Ruby on Rails

I am still having trouble with Ruby on Rails. I run rails s (this is for my openproject app) and I get this (before it was working). I also wanted to make a note I am now using Ruby 2.0 and I still get the same error. require 'rails/all'...…
Michael W.
  • 65
  • 1
  • 2
  • 9
1
vote
0 answers

Ruby 2.0 is not a valid platform

Hi all I am working with Phusion Passenger and I go to run my web app and it gives me Ruby 2.0 is not a valid platform. Here is my output below, any ideas? Thanks! ruby_20` is not a valid platform. The available options are: [:ruby, :ruby_18,…
1
vote
0 answers

Bundler is not installed/Path error when trying to run OpenProject setup

I don't have much experience with this type of thing, but hope someone could help. I believe I have bundler installed, but when I run the setup.rb file to install OpenProject, I keep getting an error that bundler isn't installed. When I run gem list…
C-Sharp-Noob
  • 25
  • 1
  • 1
  • 7
0
votes
0 answers

Already used port in running open project (closed)

I have installed open project on a vmware, Ubuntu 20.04 this is my configuration file: openproject/edition default postgres/autoinstall install postgres/db_host 127.0.0.1 postgres/db_port 45432 postgres/db_name *********** postgres/db_username…
Mansoor
  • 27
  • 6
0
votes
0 answers

Markdown/Text formatting issue in OpenProject/CKEditor

How can I achieve the following in the issue description field of OpenProject? This is the first item This is the second item Line 1 Line 2 This is the third and last item A soon as the Rich Text Edior is involved (CKEditor), things are not…
Natasha
  • 516
  • 7
  • 24
0
votes
1 answer

Openproject Installation getting stuck on the RAILS_ENV="production" ./bin/rake assets:precompile command

I am trying to setup OpenProject which is a rails application,on a remote machine via ssh. However on trying the above command the machine gets stuck on Generating browser application bundles (phase: building), and even ctrl+c is not working. I…
0
votes
1 answer

See total estimate duration of project in OpenProject

How can I see the estimated total duration of the project on open project I can only see estimate duration for each task
atrixe144
  • 45
  • 6
0
votes
0 answers

Openproject:Gogs/Github Integration 403 and empty body

Software: Openproject,Gogs(internal Github clone) Description: I send push notification from Gogs to openproject/webhooks/github, and getting 403 empty body. Redacted information: apikey=42, "user.user", "user.user.com" Send Headers: Request URL:…
0
votes
0 answers

Is there a way to filter Work Packages to exclude any that are blocked by other workpackage?

I'd like to be able to list only those Work Packages that aren't blocked by another Work Package. So that when the blocking Work Package is closed, the now un-blocked Work Package appears. I've looked through the filters available, but can't see…
0
votes
1 answer

installing open project for docker with extrenal network

I have the following network as reverse proxy on my server version: '3.7' services: nginx-proxy: image: jwilder/nginx-proxy container_name: nginx-proxy ports: - "80:80" - "443:443" volumes: -…
Isaac Cohen
  • 158
  • 1
  • 13
0
votes
1 answer

OpenProject Installed using Docker - Problem with Nginx: Redireted too many times

I have hit a wall trying to fix a problem with my openProject installation. I installed it following the instructions in this guide. Then, I added an A record for my public IP and subdomain using world4you. I also created SSL certificates with Let's…
0
votes
1 answer

OpenProject API docs - Attachment endpoint - how to get this to work OR better understanding of multipart/form-data

This is from: https://www.openproject.org/docs/api/endpoints/attachments/ To add an attachment to a work package, a client needs to issue a request of type multipart/form-data with exactly two parts. The first part must be called metadata. Its…
Rogelio
  • 910
  • 5
  • 14