Here's a use case for multiple instances on same server:

an individual developer would like to publish his code to the world. He could 
create an account on github and put it there, and indeed that's what many 
people do almost by default.

But he might want to publish "his" code at "his" domain, with his own color 
scheme, branding etc. just like he might have a blog at that own domain, etc. 
This is not unlikely as many employers, for example, now Google their 
prospective hires and try to look at code they wrote.

Chances are blogs etc. of individual are run on shared servers, and it would be 
nice if Gitorious could function in that environment.

Scalability is not an issue because it's just the code of some single 
individual.

Question: so if gitorious was set up to only speak http (not the git protocol), 
shouldn't that work?



On Mar 19, 2013, at 0:57, Christian Johansen <[email protected]> wrote:

> Ken Dreyer writes:
> 
>> On Mon, Mar 18, 2013 at 3:13 PM, Johannes Ernst <[email protected]> wrote:
>>> Presumably you could run multiple sshd's at either multiple IP addresses
>>> assigned to the same machine, or at different ports. That doesn't need
>>> chroots, but it's still very messy ...
>> 
>> Well, the chroots would be primarily for splitting out the "git" user,
>> so that I can have a unique "git" UID inside each chroot, with its own
>> home dir, SSH keys, etc. I don't know of any other way to do that,
>> short of full OS virtualization.
> 
> Being able to run multiple Gitorious instances on a box would be a
> nice-to-have, but in my opinion not critical, and probably not well
> suited for production use unless each instance has relatively few
> users/projects or sees sparse usage. Given this context, I don't think
> your solution is such a bad one.
> 
> If anyone has ideas to make Gitorious easier to run side-by-side that
> doesn't conflict with current setups, I'm all ears.
> 
> Christian
> 
> -- 
> -- 
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> 
> --- 
> 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 [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to