Re: [gitorious] Re: Gitorious 3 installation

2013-04-11 Thread Jaco Theron
Hi Team Gitorious, I noticed that getgitorious.com has updated version since I last installed Gitorious 2.3.2 may I ask when we can be expecting to see Gitorious 3 on getgitorious.com Kind Regards, Jaco -- -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe

Re: [gitorious] Re: Gitorious 3 installation

2013-01-16 Thread Marius Mårnes Mathiesen
Jaco Theron writes: Hi Marius, Can you maybe advise me on what configuration I need to change in order for this command below to perform the production and not development? [gitorious@mars gitorious]$ bundle exec rake db:schema:load Jaco, Sorry for falling behind on the mailing list

Re: [gitorious] Re: Gitorious 3 installation

2013-01-16 Thread Jaco Theron
Hi Marius, Thank you for the advice. I fixed it by adding RAILS_ENV=production to the command at that time. Regards, Jaco T On Wednesday, January 16, 2013 3:18:37 PM UTC+2, Marius Mårnes Mathiesen wrote: Jaco Theron writes: Hi Marius, Can you maybe advise me on what

Re: [gitorious] Re: Gitorious 3 installation

2013-01-16 Thread Thomas Kjeldahl Nilsson
Strange. And you´ve explicitly set the gitorious host to something else in gitorious.yml? Christian, any ideas? cheers, Thomas On Wednesday, January 16, 2013 at 3:29 PM, Jaco Theron wrote: Hi Thomas, I cannot find any place where a config might still point to gitorious.local

Re: [gitorious] Re: Gitorious 3 installation

2013-01-15 Thread Jaco Theron
Hi, I am nearing the end with setting up gitorious 3 production environment I believe :-D. I need some assistance with some more setup details for Gitorious using nginx, I have started and get to this page: Welcome to nginx! If you see this page, the nginx web server is successfully

Re: [gitorious] Re: Gitorious 3 installation

2013-01-15 Thread Jaco Theron
Hi, Ok when I try the browser http://{IP}:3000 then I get to the gitorious 3 server. I will continue the installation :-) and hopefully be done soon. Regards, Jaco T On Tuesday, January 15, 2013 10:05:06 AM UTC+2, Jaco Theron wrote: Hi, I am nearing the end with setting up gitorious 3

Re: [gitorious] Re: Gitorious 3 installation

2013-01-15 Thread Jaco Theron
Hi Team, https://lh6.googleusercontent.com/-czrqvyvAioQ/UPUVklyWHII/A-E/gwdwEFWph-Q/s1600/ssh.PNG *Q:* What do I need to check in order for the SSH key checker to work? Thank you in advance, Jaco T On Tuesday, January 15, 2013 10:22:34 AM UTC+2, Jaco Theron wrote: Hi, Ok when I try

Re: [gitorious] Re: Gitorious 3 installation

2013-01-15 Thread Thomas Kjeldahl Nilsson
Hi Jaco, The creation/init of new ssh keys is an asynchronous operations, which means it depends on the resque queue running. Have you set that up yet? regards, Thomas On Tuesday, January 15, 2013 at 9:39 AM, Jaco Theron wrote: Hi Team, Q: What do I need to check in order for the

Re: [gitorious] Re: Gitorious 3 installation

2013-01-15 Thread Jaco Theron
Hi Thomas, I did execute: sudo rails server -e production And QUEUE=* bundle exec rake resque:work And sudo git daemon --listen=127.0.0.1 --port=9418 --export-all --base-path=/projects/gitorious/repositories --verbose --reuseaddr /projects/gitorious/repositories They all seem

Re: [gitorious] Re: Gitorious 3 installation

2013-01-15 Thread Thomas Kjeldahl Nilsson
Hi Jaco, if Resque (the ruby queue gem, which uses Redis to persist the queue) is running you should be able to check the state of its queues through a localhost web interface it provides. https://github.com/defunkt/resque#section_The_Front_End I would check if something is on the queue

Re: [gitorious] Re: Gitorious 3 installation

2013-01-15 Thread Jaco Theron
Hi, It seems that command QUEUE=* bundle exec rake resque:work starts the development for resque, and I am running on the production settings for gitorious. Please help me find where I need to change a configuration in order for the command to know that it will be production. *See image

Re: [gitorious] Re: Gitorious 3 installation

2013-01-14 Thread Jaco Theron
Hi Marius, *I installed sphinx RPM like this:* wget ftp://mirror.as24220.net/pub/epel/6/x86_64/sphinx-0.9.9-1.el6.x86_64.rpm rpm -Uvh sphinx-0.9.9-1.el6.x86_64.rpm *Then it installs sphinx and I just check to make sure with:* yum -y install sphinx *And it reply:* Loaded plugins:

Re: [gitorious] Re: Gitorious 3 installation

2013-01-14 Thread Jaco Theron
Hi, I am trying to execute a rake, but the rake fails due to some database development issue, note that I want to install the gitorious 3 server to the database gitorious_production and that I am attempting to do a production gitorious 3 Error I got: [gitorious@mars gitorious]$ bundle exec

Re: [gitorious] Re: Gitorious 3 installation

2013-01-14 Thread Marius Mårnes Mathiesen
Jaco Theron writes: Hi Marius, *I installed sphinx RPM like this:* wget ftp://mirror.as24220.net/pub/epel/6/x86_64/sphinx-0.9.9-1.el6.x86_64.rpm rpm -Uvh sphinx-0.9.9-1.el6.x86_64.rpm *Then it installs sphinx and I just check to make sure with:* yum -y install sphinx *And it

Re: [gitorious] Re: Gitorious 3 installation

2013-01-14 Thread Jaco Theron
Hi Marius, Yes sphinx was installed when I check it with the show: yum info sphinx Installed Packages Name: sphinx Arch: x86_64 Version : 0.9.9 Release : 1.el6 Size: 6.1 M Repo: installed Summary : Free open-source SQL full-text search engine URL

Re: [gitorious] Re: Gitorious 3 installation

2013-01-14 Thread Jaco Theron
Hi Marius, Can you maybe advise me on what configuration I need to change in order for this command below to perform the production and not development? [gitorious@mars gitorious]$ bundle exec rake db:schema:load Thank you in advance, Jaco T -- To post to this group, send email to

Re: [gitorious] Re: Gitorious 3 installation

2013-01-14 Thread Ken Dreyer
On Mon, Jan 14, 2013 at 3:24 AM, Jaco Theron jacothero...@gmail.com wrote: Hi Marius, I installed sphinx RPM like this: wget ftp://mirror.as24220.net/pub/epel/6/x86_64/sphinx-0.9.9-1.el6.x86_64.rpm rpm -Uvh sphinx-0.9.9-1.el6.x86_64.rpm Hi Jaco, You should also be sure to install the

[gitorious] Re: Gitorious 3 installation

2013-01-10 Thread Jaco Theron
I am trying to clone next branch but I get the master instead. git clone git://gitorious.org/gitorious/mainline.git gitorious The solution to this is: git clone git://gitorious.org/gitorious/mainline.git -b next gitorious Q: Is this is a temporary solution as the master will soon be the

Re: [gitorious] Re: Gitorious 3 installation

2013-01-10 Thread Thomas Kjeldahl Nilsson
Correct: Gitorious 3 hasn't been officially released yet, which means it's only available in the next branch where develop and test upcoming releases. The master branch on the other hand only contains releases + the occasional hotfix and security patch. In other words, Gitorious 3 will soon be

Re: [gitorious] Re: Gitorious 3 installation

2013-01-10 Thread Jaco Theron
Encountered a problem with installing sphinx. (CentOS 6) sudo yum install -y sphinx The above command does not find sphinx. Instead I have used the source of sphinx: wget http://sphinxsearch.com/files/sphinx-2.0.6-release.tar.gz tar xvfz sphinx-2.0.6-release.tar.gz cd

Re: [gitorious] Re: Gitorious 3 installation

2013-01-10 Thread Jaco Theron
Encountered a problem with installing sphinx. (CentOS 6) sudo yum -y install sphinx The above command does not find sphinx. Instead I have used the source of sphinx: wget http://sphinxsearch.com/files/sphinx-2.0.6-release.tar.gz tar xvfz sphinx-2.0.6-release.tar.gz cd

Re: [gitorious] Re: Gitorious 3 installation

2013-01-10 Thread Ken Dreyer
On Thu, Jan 10, 2013 at 11:34 AM, Jaco Theron jacothero...@gmail.com wrote: Encountered a problem with installing sphinx. (CentOS 6) sudo yum -y install sphinx The above command does not find sphinx. Does the sphinx package in EPEL work for you? - Ken -- To post to this group, send email