Wasn't my issue exactly although this was one of the first results in a Google search and helped me solve my own. Turned out I had just made a mistake in the file (not realizing this file was even being used in the setup command).
Still though, as space, that's bloody amazing :) On Thursday, December 12, 2013 2:33:23 PM UTC, Rodrigo Fernández-Romero wrote: > > *SOLUTION TO THIS ISSUE* > > When un-commenting the line for the *relative URL* in *config/gitlab.yml* you > need to remove the previous spaces and make the line coincide with the > beginning of the previous line, as indicated below in red. Keeping these > spaces will break the installation. > > # Uncomment and customize the last line to run in a non-root path > # WARNING: This feature is known to work, but unsupported > # Note that three settings need to be changed for this to work. > # 1) In your application.rb file: config.relative_url_root = "/gitlab" > # 2) In your gitlab.yml file: relative_url_root: /gitlab > # 3) In your unicorn.rb: ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab" > # > relative_url_root: /gitlab > > I hope this will somebody else in the future. > Rodrigo. > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
