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

any idea causing this?
edit: on computer seem korean characters instead of boxes. boxes lack of character set. 
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
Post a Comment