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
39
votes
4 answers

How to upgrade postgresql database from 10 to 12 without losing data for openproject

My OpenProject management software is installed with default postgresql 10. Currently the postgresql DB is 12, It is having lot of new features. I want to upgrade my Postgres DB without losing the data in the DB. My system is ubuntu 18.04 and hosted…
vivek rajagopalan
  • 843
  • 3
  • 13
  • 22
11
votes
4 answers

How to open existing flutter project from Xcode?

I have an existing flutter project, which coded with VS Code. Now I want to open it from Xcode to do some configurations in Runner.xcworkspace. But it was unable to open the project from Xcode and it shows the above warning. So, how can I open my…
Chanaka N. Bandara
  • 247
  • 1
  • 3
  • 10
8
votes
1 answer

OpenProject OmniAuth SAML Single-Sign On Integration

I am try to set up the SSO(Single Sign-On) integration with OpenProject using the OpenProject OmniAuth SAML Single-Sign On plugin. I have configured it with the relevant details. Generated the metadata and registered it with the IDP that is powered…
anoop
  • 539
  • 4
  • 20
5
votes
2 answers

How to reset admin password in openproject dockerized

I installed openproject in CentOS 7 using docker. I changed the admin password and then I forgot it. How can I reset it.?
aamadeo
  • 347
  • 4
  • 10
3
votes
1 answer

OpenProject Docker-Compose: how to skip demo projects creation?

I installed OpenProject using Docker-Compose following the official guide and github project: https://www.openproject.org/docs/installation-and-operations/installation/docker/ https://github.com/opf/openproject-deploy This is the corresponding…
1Z10
  • 2,801
  • 7
  • 33
  • 82
3
votes
3 answers

Mercurial repository for OpenProject

just curious to know if anyone has managed to connect/setup a mercurial repository to work with OpenProject. I believe OpenProject supports GIT & Subversion natively, but I cannot seem to get it working with Mercurial(Hg). Any ideas, is there a…
user595985
  • 1,543
  • 4
  • 29
  • 55
3
votes
1 answer

Rails mailer smtp configuration with gmail

So I am having trouble setting up this rails application(OpenProject, if it makes a difference). When I try the send a test mail in the openproject settings it displays a message in that the e-mail was sent but I don’t ever receive it at the…
mkrinblk
  • 896
  • 9
  • 21
3
votes
2 answers

Cannot install openproject in Windows7 64 bit - undefined method `dlopen' for Fiddle:Module

I cannot install openproject in my system, i have followed all the steps mentioned in the openproject wiki document I have Windows 7 64 bit and installed ruby using railsinstaller 2.2.4 from here mysql mysql-5.6.21-winx64 from here mysql 32 bit…
JackVimal
  • 355
  • 1
  • 4
  • 13
2
votes
0 answers

SSL Issue on integration of Nextcloud with OpenProject

I hope some had a similar problem and could solve it. I try to bind Nextcloud and OpenProject together but cant get it to work. the following picture shows the setup: I configured (or even tried to) both services as mentioned in their…
MichaelT
  • 71
  • 1
  • 1
  • 7
2
votes
1 answer

OpenProject - How to solve installation error?

I have cloned and trying to manually run the openproject in my Ubunutu 20.04. Referred from https://www.openproject.org/docs/development/development-environment-ubuntu/ While running bin/setup_dev getting the below error npm WARN deprecated…
Shruthi R
  • 1,863
  • 4
  • 39
  • 77
2
votes
1 answer

Openproject: How to set config/configuration.yml in docker environment

I want to configure the docker version of Open Project with the configuration.yml. Where has the file to be stored or where can I find it. None of the given external directories .asset and .pgconfig contains the yml file.
Michael Hecht
  • 2,093
  • 6
  • 25
  • 37
2
votes
2 answers

Where is log file of openproject?

I have Openproject in my debian 9 server. I couldn't find log file for openproject. /var/log/openproject is empty I tried openproject logs --tails error cat: '/var/log/openproject/*.log' : no such file or directory Please help me Thank you
Karippery
  • 85
  • 1
  • 9
2
votes
0 answers

Send Webrequest via JavaScript to Openproject

I hope you can try to help me with my current problem. My task is to send a webrequest (POST) to an API. The API in question is from Openproject This is our idea: User sends an idea through a Sharepoint-Webpage to Openproject, a work-package will…
Tassilo
  • 21
  • 2
2
votes
2 answers

Apache2 server restart failed - Tried multiple options

I tried to restart failed and i tried multiple options, Yet i could not able to restart the apache2. Below links i have tried for the problems and yet i could not able to…
vivek rajagopalan
  • 843
  • 3
  • 13
  • 22
2
votes
2 answers

OpenProject Docker Error: Could not spawn process for application /app

Upgraded the community edition of OpenProject from a working 9.0.3 version to "latest" (10.0.2?) in Docker and now getting the following error when trying to navigate to OpenProject (seeing the "We're sorry, but something went wrong." page) Log is…
Tom
  • 183
  • 3
  • 14
1
2 3 4 5 6 7