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

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -