Bug#820505: wiki fails to create

2016-05-25 Thread TheSin
Okay I got it working, I copied it form upstream /usr/share/gitlab/app/models/project_wiki.rb Change ["/", @project.path_with_namespace, "/wikis"].join('') To [Gitlab.config.gitlab.relative_url_root, "/", @project.path_with_namespace, "/wikis"].join('') And rescue Gollum::NoSuchPathError To r

Bug#820505: wiki fails to create

2016-05-24 Thread TheSin
I’m going to assume this is the issue. # Returns the Gollum::Wiki object. def wiki @wiki ||= begin Gollum::Wiki.new(path_to_repo) rescue Gollum::NoSuchPathError create_repo! end end the dir in this call needs to be a git repo according to https://github.com/gollum/g

Bug#820505: wiki fails to create

2016-05-24 Thread TheSin
Just installed gitlab (which wasn’t easy), but I’m seeing the same issue. any progress here? anything I can test to try and get this up and running, really need the wiki for project docu and such. Maybe we need to update the version of gitlab? I’m going through commits now, but we are behind