Content
View differences
Updated by Christophe Bliard almost 4 years ago
### Steps to reproduce
_Please write down the steps to reproduce. Try to write down all necessary preconditions (what permissions do you have, are other users involved?). Example:_
* Follow instructions to install OpenProject on packaged installation on Ubuntu 22.04 as stated on this [pull request #11025.](https://github.com/opf/openproject/pull/11025)
1. Make sure to use [https://dl.packager.io/srv/opf/openproject/release/12.2/installer/ubuntu/22.04.repo](https://dl.packager.io/srv/opf/openproject/release/12.2/installer/ubuntu/22.04.repo) (instead of https://dl.packager.io/srv/opf/openproject/stable/12/installer/ubuntu/22.04.repo) to be on 12.2.x.
* Run the `openproject configure` command
### What is the buggy behavior?
* First step should be [the choice of the OpenProject edition](https://www.openproject.org/docs/installation-and-operations/installation/packaged/#step-1-select-your-openproject-edition) (standard or BIM)
* It starts at the second step, the database configuration
* standard edition is used by default
### What is the expected behavior?
1. Being able to choose between BIM or standard edition
### **Additional Information**
I started [pull request #11088](https://github.com/opf/openproject/pull/11088) to make the choice available for Ubuntu 22.04, only to later realize that it would not work because some dotnet packages are not available in Ubuntu 22.04 anymore: [package dotnet-runtime-3.1 is not available, only dotnet-runtime-6.0 is](https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#supported-distributions). So it probably needs additional investigation to make it work.
### Environment information
_Please check and fill out the following details to help us identify in what versions and distributions of OpenProject the error occurs_
**OpenProject installation type**
* [ ] Hosted cloud edition
* [x] Packaged installation
* Ubuntu 22.04
* [ ] Docker All-in-one container
* [ ] Docker-compose installation
* [ ] Other (please specify)
**OpenProject version**
unreleased version 12.2.0 from release/12.2 branch
1. Make sure to use [https://dl.packager.io/srv/opf/openproject/release/12.2/installer/ubuntu/22.04.repo](https://dl.packager.io/srv/opf/openproject/release/12.2/installer/ubuntu/22.04.repo) (instead of https://dl.packager.io/srv/opf/openproject/stable/12/installer/ubuntu/22.04.repo) to be on 12.2.x.
* Run the `openproject configure` command
### What is the buggy behavior?
* First step should be [the choice of the OpenProject edition](https://www.openproject.org/docs/installation-and-operations/installation/packaged/#step-1-select-your-openproject-edition) (standard or BIM)
* It starts at the second step, the database configuration
* standard edition is used by default
### What is the expected behavior?
1. Being able to choose between BIM or standard edition
### **Additional Information**
I started [pull request #11088](https://github.com/opf/openproject/pull/11088) to make the choice available for Ubuntu 22.04, only to later realize that it would not work because some dotnet packages are not available in Ubuntu 22.04 anymore: [package dotnet-runtime-3.1 is not available, only dotnet-runtime-6.0 is](https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#supported-distributions). So it probably needs additional investigation to make it work.
### Environment information
_Please check and fill out the following details to help us identify in what versions and distributions of OpenProject the error occurs_
**OpenProject installation type**
* [ ] Hosted cloud edition
* [x] Packaged installation
* Ubuntu 22.04
* [ ] Docker All-in-one container
* [ ] Docker-compose installation
* [ ] Other (please specify)
**OpenProject version**
unreleased version 12.2.0 from release/12.2 branch