(Re)configuring OpenProject
Packaged installation
For packaged installations, you can restart the configuration process by issuing the following command on the server where OpenProject runs:
sudo openproject reconfigure
This will restart the installation wizard, and allow you to modify any of the choices that you previously selected. If a configuration option doesn’t need to be modified, just hit ENTER
to proceed to the next screen.
The wizard configuration is stored in /etc/openproject/installer.dat
.
The wizard will automatically set environment variables to be used by OpenProject. Those variables can be manipulated with the CLI tool that ships with OpenProject:
sudo openproject config
will display the list of environment variables set.sudo openproject config:get KEY
allows you to get the value of single environment variable.sudo openproject config:set KEY VALUE
allows you to set a new value for a single environment variable.
Docker installation
For the Compose-based docker installation, you should update the docker-compose.yml
file and add any environment variable that you may require. Docker Compose supports file overrides so you may also want to use that. Then simply issue the following command:
docker-compose up -d
For all-in-one docker installations, you should update the environment file given to the --env-file
docker option, and issue the following command:
docker restart openproject
Help and feedback
If you did not find what you were looking for
If you need help from the community or want to support others
If you are eligible for professional support and have more questions
REQUEST SUPPORT
If you find an easily fixable error or need for improvement in the documentation for the stable release
If you would like to suggest bigger updates or improvements to this documentation
If you want to contribute to translate this documentation to another language
If there's something you don't like or understand about this feature
If you want to propose a new feature that OpenProject does not offer yet
To further help OpenProject to shape and test new features
To view OpenProject premium features and pricing
If you want to try all premium features in the OpenProject Cloud Edition 14 days for free
If you want to try all premium features in your on premise Community installation 14 days for free