[gitorious] LDAP authentication in 3.0 fails in the web browser, but works with the test scripts

2013-12-17 Thread Jose de Leon
Hi All, Using Gitorious 3.0, installed on CentOS 6.4 using the ce_installer script. Trying to get LDAP authentication to work and having a heck of a time. I finally got an authentication.yml that appears to work. The test_ldap_connection seems to work, it comes back with success. I also trie

Re: [gitorious] Re: Missing Assets and invalid template causing most page renders to fail

2013-12-17 Thread John Aylward
Thanks I see I missed the last s in assets when I tried running it before. Works now with "config.assets.compile = false" John. On Tuesday, December 17, 2013 4:44:59 AM UTC-5, Paweł Pierzchała wrote: > Hi John, > it will be highly inefficient to compile asset on the fly. Please run: >   RAILS_E

Re: [gitorious] Re: Further installation issues on CentOS 6.4

2013-12-17 Thread Paweł Pierzchała
Hi Robert, The removal fails, because it cannot find project's entry in sphinx's index. Indices should be initialized during installation process, maybe it failed in your case. To fix it, please run: RAILS_ENV=production bundle exec rake ts:rebuild To restore a snapshot, you should use: bin/re

Re: [gitorious] Re: Missing Assets and invalid template causing most page renders to fail

2013-12-17 Thread Paweł Pierzchała
Hi John, it will be highly inefficient to compile asset on the fly. Please run: RAILS_ENV=production bundle exec rake assets:precompile It will build and cache all the assets. Cheers, Pawel On Mon, Dec 16, 2013 at 5:45 PM, John Aylward wrote: > I was able to get gitorious to run by updating >