gitlab - icons replaced by rectangles -


i installed gitlab , seems of icons replaced rectangles. else seems working correctly.

gitlab-boxes

any idea causing this?

edit: on computer seem korean characters instead of boxes. boxes lack of character set. gitlab-characters

this resolved with:

rake assets:precompile rails_env=production 

if have custom root in gitlab url (that is, if gitlab accessible through http://myserver/aroot/... instead of http://myserver/), url rewriting can (as proposed in issue)

rewriteengine on rewriterule ^(.*)/gitlab/(.*) http://xxx.xxx.xx/$2 

for apache configure, issue 50 has latest up-to-date content.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -