Gitlab CE has no Layout

77 Views Asked by At

I have a problem with my Gitlab. After the installation it has no Layout. When i try

bundle exec rake assets:precompile RAILS_ENV=production

It outputs

Could not locate Gemfile or .bundle/ directory

Gitlab is running on Debian with Apache. nginx is disabled.

1

There are 1 best solutions below

1
On

from your directory run the following command

bundle install

if you see permission error the try above with command by appending "sudo"

You need to install rails app first then you can compile it's assets.