- Edited
I want to install OpenProject 13.1 and I get the following:
Your Ruby version is 3.0.2, but your Gemfile specified ~> 3.2.1
Is there any possibility to update Ruby?
I want to install OpenProject 13.1 and I get the following:
Your Ruby version is 3.0.2, but your Gemfile specified ~> 3.2.1
Is there any possibility to update Ruby?
As far as I can see the official docs state that manual installs are not supported and documentation is outdated. That Ubuntu and sudo privileges are necessary (both of which we do not provide). I could not find a method to install OpenProject without root privileges. Can you please share the installation instructions you are using if they suggest it can be done otherwise?
That aside, you can upgrade ruby versions locally using rvm. An example is found in steps 2 & 3 in this guide.
Refs:
https://www.openproject.org/docs/installation-and-operations/installation/manual/
https://www.openproject.org/docs/installation-and-operations/system-requirements/
I realized that I was trying something impossible. Thanks for your reply.
Well, would be possible for Opalstack to provide OpenProject as an app in dashboard ?
filipesaraiva Based on my previous research on the project, it does not look viable for a shared hosting environment due to the escalated privileges needed. The minimum system requirements also demand something comparable to our 8GB VPS solution, so again not ideal for shared hosting packages. Of course, if you are able to find a method or instruction set that does not require root/sudo then we can take another look to see if it's possible.
nick I supposed the installation through Linux package could work, but looks like the systems requirements is an obstacle for us.