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
2
votes
2 answers

How do you send tcp/ip requests from a docker container to the host?

I'm working out how to run openproject with docker. I'm working through openproject/docker. I've got the docker image running with an external postgres directory. I'm now working out how to connect to an existing running instance of postgresql. The…
Keith John Hutchison
  • 4,955
  • 11
  • 46
  • 64
2
votes
1 answer

OpenProject api authentication using account username and password

Is it possible to make authenticated requests to OpenProject api using admin account username and password? I am currently trying Basic Authentication using username and password but invalid credentials error is received. Any help would be…
Phoenix Dev
  • 457
  • 5
  • 19
2
votes
0 answers

Howto add third-party application to Bitnami OpenProject?

I have a manual installation of a Bitnami application http ://project.url/openproject Beside that, I installed the scm-server via apt-get, which worked fine. However, when trying to access scm-server via http ://project.url:8080/ I get an error…
Hardy
  • 4,344
  • 3
  • 17
  • 27
2
votes
1 answer

Can someone explain to me how this ruby syntax works?

The below is a snippet of code from the OpenProject open source project. I am at a loss at what this ruby code is doing and going through ruby documentation has not helped. The manage method is being invoked by the code in the initializer, but…
Agazoom
  • 618
  • 4
  • 19
2
votes
1 answer

how to connect gitlab with openProject

Hello I have a requirement is it posible to connect somehow gitlab with openproject? I have seen this https://www.openproject.org/news/57-openproject-github-integration-plugin-released but not sure if it will help somehow with gitlab
yokodev
  • 1,266
  • 2
  • 14
  • 28
2
votes
0 answers

Why do I get "No such file to load"?

I am working on installing Open Project and I ran bundle exec rails server and got: root@bistro2:/home/openproject/openproject# bundle exec /usr/lib/ruby/vendor_ruby/bundler/rubygems_ext.rb:8:in `require': no such file to load -- rubygems…
Michael W.
  • 65
  • 1
  • 2
  • 9
1
vote
0 answers

How to uninstall/remove openproject completely?

I have followed openproject.org and installed with latest version 12. But I want to check some feature in version 10. So I tried removing by sudo apt-get remove openproject and reinstalled with 10. While configure it getting an error…
Shruthi R
  • 1,863
  • 4
  • 39
  • 77
1
vote
1 answer

Docker and Openproject compose - with own network bridge

I set up a Docker host with rootless. Portainer is working fine and I also can start with the following compose file the openproject but only when I run it on the standard bridge network from docker. I have created several network adapter on my…
hispeed
  • 11
  • 1
1
vote
1 answer

How to use http/2 protocol when request the API v.3 in Openproject.org

I using the Angular to request API v.3 in Openproject.org with "ketting" library https://github.com/badgateway/ketting/wiki/Optimizing. But can not switch http/1.1 to http/2 protocol although changed HTTP -> HTTPs for Openproject.
Tank Min
  • 48
  • 5
1
vote
1 answer

How to request and get value from HATEOAS

I am newbie to using hypermedia rest API (on openproject). I retrieved from HATEOAS (Hypermedia As The Engine Of Application State) with javascript and show the result to HTML but not known how. Example for my api…
Tank Min
  • 48
  • 5
1
vote
0 answers

I cant deploy openproject to heroku

I cant deploy openproject to heroku following https://www.imeos.com/blog/2015/03/18/deploy-openproject-to-heroku-the-easy-way/ . Reserch "Failed to compile angular frontend: 127" but there was no solution on the WEB..... this is log... remote: …
Snow
  • 21
  • 1
  • 2
1
vote
0 answers

Migration issue from mysql to postgresql using pgloader

While migrating from MySql to PostgreSQL it giving error- INFO: Control stack guard page unprotected Control stack guard page temporarily disabled: proceed with caution pgloader mysql://root:root@localhost/opdb1…
Rahul
  • 101
  • 1
  • 2
1
vote
2 answers

Kubernetes: required flag(s) "image" not set

Kuberentes returns the following error: fabiansc@Kubernetes-Master:~/Dokumente$ kubectl run -f open-project.yaml Error: required flag(s) "image" not set I want to create Open Project based on a Kubernetes On-Prem installation. There are references…
Fabiansc
  • 241
  • 2
  • 5
  • 12
1
vote
0 answers

OpenProject Installation

I need to Install open project in Centos but while installing facing an error given below. How this can be resolved? [apache2] ./bin/preinstall Loaded plugins: fastestmirror, universal-hooks Loading mirror speeds from cached hostfile * EA4:…
1
vote
1 answer

How to fix "Nothing to do" error on openproject configure?

I am installing OpenProject 8.3.1 on my apache 2.4 CentOS7 WHM/CPanel VPS using packaged installation and I've run into the following problem: When I run openproject configure right after installation process it goes well up until the line "No…
P.Pal
  • 63
  • 9