xrain0610
(Xrain0610)
June 7, 2016, 10:29am
1
No team creation method has been enabled. Please contact an administrator for access.
I only add
# in /etc/gitlab/gitlab.rb
mattermost_external_url ‘http://chat.simcu.com ’
but it can’t work well
the page shows:
No team creation method has been enabled. Please contact an administrator for access.
what should i do?
hmhealey
(Harrison Healey)
June 9, 2016, 1:48pm
2
Hi xrain0610,
You should be able to enable team creation by finding and uncommenting the following line in your gitlab.rb and then running sudo gitlab-ctl reconfigure
.
# mattermost['team_enable_team_creation'] = true
can’t work,
I use the docker version, 8.8.3
and config GITLAB_OMNIBUS_CONFIG
external_url ‘http://code.simcu.com ’
registry_external_url ‘https://registry.simcu.com ’
mattermost_external_url ‘http://chat.simcu.com ’
gitlab_rails[‘gitlab_email_from’] = ‘code@service.simcu.com’
gitlab_rails[‘gitlab_email_display_name’] = ‘SIMCU CODE’
gitlab_rails[‘gitlab_email_reply_to’] = ‘code@service.simcu.com’
gitlab_rails[‘smtp_enable’] = true
gitlab_rails[‘smtp_address’] = “xxxx”
gitlab_rails[‘smtp_port’] = 25
gitlab_rails[‘smtp_user_name’] = “xxxxx”
gitlab_rails[‘smtp_password’] = “xxxx”
gitlab_rails[‘smtp_authentication’] = “login”
gitlab_rails[‘smtp_enable_starttls_auto’] = false
gitlab_rails[‘smtp_ssl’] = false
gitlab_rails[‘smtp_tls’] = false
gitlab_rails[‘smtp_openssl_verify_mode’] = ‘none’
gitlab_rails[‘gitlab_default_projects_features_container_registry’] = true
gitlab_rails[‘registry_path’] = “/var/opt/gitlab/registry/”
mattermost[‘team_enable_team_creation’] = true
but it can’t work well , you can visit chat.simcu.com
it33
(Ian Tien)
June 9, 2016, 6:33pm
4
Hi @xrain0610 , for the full flexibility of Mattermost you can follow the migration guide to move Mattermost outside of GitLab. Alternatively, you could install the production Mattermost instance and then connect that with GitLab SSO on separate instances?
xrain0610
(Xrain0610)
June 11, 2016, 10:10am
5
Thanks,
But I only want to use inside mattermost ,
and some days ago , It can’t work well, then I turn the sso ,
but I can’t turn off it ,
I use the offical docker images,
the sso page always shows, I can’t disabled it ,
what should i do?