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

2013-12-18 Thread Robert Putt
Hi Pawel, Thanks for the info, after this it works great. Thanks for all your help. Best Regards, Rob On Tuesday, 17 December 2013 10:31:06 UTC, Paweł Pierzchała wrote: > Hi Robert, > The removal fails, because it cannot find project's entry in sphinx's index. > Indices should be initializ

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: Further installation issues on CentOS 6.4

2013-12-16 Thread Robert Putt
Hi Pawel, Install worked a charm, and I am all up and running. I have done a few basic operations such as push and pull and have created a few projects to test out correct functionality. Unfortunately I have hit a few snags though :-(. - When I try to delete a project from the web UI it returns

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

2013-12-16 Thread Robert Putt
On Monday, 16 December 2013 10:29:56 UTC, Paweł Pierzchała wrote: > Hi Robert, > I've removed all the git:// urls from the app, now gems and submodules use > https protocol. Ce-installer still installs 3.0.0, we are going to release > another version and update the ce-installer in couple of days

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

2013-12-16 Thread Paweł Pierzchała
Hi Robert, I've removed all the git:// urls from the app, now gems and submodules use https protocol. Ce-installer still installs 3.0.0, we are going to release another version and update the ce-installer in couple of days, but if you don't want to wait, you could try installing Gitorious version w

[gitorious] Re: Further installation issues on CentOS 6.4

2013-12-13 Thread Robert Putt
On Friday, 13 December 2013 19:22:08 UTC, Robert Putt wrote: > Hi All, > > > > Following the previous post regarding installation issues with CentOS 6.4 and > 6.5 and the SSL issue being resolved with Ruby I am still running into issues > with the de-installer script. Hopefully you can help.