mash-playbook/docs/services/redmine.md
Slavi Pantaleev ce88bfbbc7 Fix alignment
2023-03-19 10:22:47 +02:00

1.5 KiB

Redmine

Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.

Dependencies

This service requires the following other services:

Configuration

To enable this service, add the following configuration to your vars.yml file and re-run the installation process:

########################################################################
#                                                                      #
# redmine                                                              #
#                                                                      #
########################################################################

redmine_enabled: true

redmine_hostname: redmine.example.com

########################################################################
#                                                                      #
# /redmine                                                             #
#                                                                      #
########################################################################

In the example configuration above, we configure the service to be hosted at https://redmine.example.com.

Usage

After installation, you can register your administrator account

You can create additional users (admin-privileged or not) after that.