gitlab what is the FQDN of my host -


i trying install gitlab on mac server 10.8. follow procedure , when talking configure gitlab ask change "gitlab.example.com" fqdn of host serving gitlab.

to need type : hostname , make change in gitlab.yml ?

thank.

you can try, in "how can find domain (fqdn) machine if hostname doesn't return domain info , domainname returns empty?":

host `hostname` host `hostname` | sed 's/\([^ ]*\)\ .*/\1/' 

or try using ip address.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -