You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to automate Redmine and redmine-git-hosting plugin installation.
I copy the default_settings.yml to $REDMINE_HOME/plugin/redmine_git_hosting/settings.yml and change some parameters.
When the installation is completed I connecte to Redmine and go to Redmine Git Hosting configuration. Some parameters are taken into account correctly but not some others.
The parameter not taken into account are:
gitolite_temp_dir
git_config_email
ssh_server_domain
gitolite_notify_global_sender_address
all_projects_use_git
init_repositories_on_create
hierarchical_organisation
Unique_repo_identifier is not in the GUI then I don't know if it is taken into account correctly.
I don't set every parameters so I can't tell if there are other parameters not taken into account. The following parameters are treated correctly:
http_server_domain
https_server_domain
gitolite_http_by_default
gitolite_hooks_url
Installation informations:
Environment:
Redmine version 3.3.3.stable
Ruby version 2.3.1-p112 (2016-04-26) [x86_64-linux-gnu]
Rails version 4.2.7.1
Environment production
Database adapter PostgreSQL
SCM:
Git 2.7.4
Filesystem
Xitolite 2.7.4
Redmine plugins:
redmine_bootstrap_kit 0.2.5
redmine_git_hosting 1.2.2
Hello,
I am trying to automate Redmine and redmine-git-hosting plugin installation.
I copy the default_settings.yml to $REDMINE_HOME/plugin/redmine_git_hosting/settings.yml and change some parameters.
When the installation is completed I connecte to Redmine and go to Redmine Git Hosting configuration. Some parameters are taken into account correctly but not some others.
The parameter not taken into account are:
gitolite_temp_dir
git_config_email
ssh_server_domain
gitolite_notify_global_sender_address
all_projects_use_git
init_repositories_on_create
hierarchical_organisation
Unique_repo_identifier is not in the GUI then I don't know if it is taken into account correctly.
I don't set every parameters so I can't tell if there are other parameters not taken into account. The following parameters are treated correctly:
http_server_domain
https_server_domain
gitolite_http_by_default
gitolite_hooks_url
Installation informations:
Thanks for the help.
The text was updated successfully, but these errors were encountered: