Hey everyone.

So I have installed gitlab-omnibus:

$ dpkg -l | grep gitlab

ii  gitlab                             7.2.1-omnibus-1                   
 amd64        The full stack of gitlab

And this in my config.rb:

# Change the external_url to the address your users will type in their 
browser

external_url 'http://git.ingwie.me'

redis['port'] = 8081

postgresql['port'] = 15432

unicorn['port'] = 18080

# Disable the built-in nginx

nginx['enable'] = false

# User stuff

gitlab_rails['gitlab_signup_enabled'] = true

gitlab_rails['gitlab_default_theme'] = 4


But nothing in the "User stuff" is working - at all. I tried to follow the 
blunt tutorial from the repositorys docs - but it did nto do anything, it 
seems.

What values do I have to place in there, to give users the ability to sign 
up themselves? And - how do I change the theme?

Kind regards, Ingwie

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/9722adf9-b05d-4fb3-bf42-7569edcb7633%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to