Re: [gitorious] doubt with install gitorious

2013-06-10 Thread Marius Mårnes Mathiesen

Daniel Mendez writes:
 hello people I have a doubt with the installation of gitorious. I know that
 the documentation says that gitorious assumes that Gitorious is not sharing
 the server with other webapps, and is the sole subscriber to the Underlying
 message queues and services but where I want to install gitorious already
 running mysql and apache. It is feasible to modify the installer to use the
 database that is already on the server and can coexist with the other
 services. I can not have gitorious alone.

Daniel,
While it *should* be possible to run the installer on a server with
existing databases and webapps it really is designed for a freshly setup
machine. It would probably make more sense to run the installer on a
fresh server and then migrate any other sites onto that
afterwards. Please note, however, that the installer will set up Nginx,
not Apache.

If your server is running on bare metal, one option would be to set
Gitorious up on a virtual machine on that server.

Cheers,
- Marius

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
Gitorious group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [gitorious] Getting Bad Gateway when trying to navigate to self-hosted gitorious

2013-06-10 Thread Marius Mårnes Mathiesen

Thomas Jackson writes:

 I have a self hosted install of gitorious and nginx keeps returning a Bad
 Gateway.  I used the ce-installer to install gitorious.

Thomas,
Did you use the installer/virtual appliance for your server? In that
case, there's a script called gitorious_status (in
/usr/bin/gitorious_status) that you should use rather than the rake
task. Since the virtual appliance/CE editition has a predictable setup
with regard to pid files etc., this script can make assumptions the rake
task can't (one example is the poller is up line from the rake task,
which doesn't account for the current messaging setup).

 When I try to start the poller here is the result:

Still assuming you're using the CE edition, you shouldn't use the poller
script. Your server will be set up with an Upstart job controlling the
message queue consumer.

The bad gateway error, however, looks more like an issue with your Unicorn
(web app) processes. Try running `restart_gitorious`; this will restart
all the Gitorious services.

Cheers,
- Marius

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
Gitorious group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.