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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -