Live data from Hacker News

GitHub Firewall Install (your own github)

fi.github.com

31–35 of 35 posts

Re: GitHub Firewall Install (your own github)

#31
post #30
post #10

So roughly how much would this cost for a small team, say <10? I'm assuming far too much for me, since it's not visible anywhere, but I'm still curious :)

How much are you willing to pay? :) Seriously, though, it's probably priced beyond what most small teams could afford, but it's on a per-company basis which is why we're not posting prices. GitHub:FI was really built with large customers in mind, places with tens to hundreds of developers bridled with restrictions that prevent them from hosting their code on GitHub.com. There's no reason smaller companies can't use i…

I mentioned this in another comment, but I just wanted to note that even as a very small company, we tend to avoid solutions that won't readily integrate with our existing LDAP users and group-based access control, backup system, single-sign-on, etc.

Not using web services has less to do with being bridled corporate restrictions and more to do with preferring to use our nice, fully automated infrastructure. Hosting another small java servlet isn't going to make us break a sweat -- it'll be less work than trying to maintain user accounts and access controls across another web service.

For this reason, we solely use products that drop right into our standing infrastructure. I don't think we're too unusual in this, although we may be amongst the HN sample set.

Re: GitHub Firewall Install (your own github)

#32

what's the best open source alternative to git hub? (no, I don't want to host my code on third party servers) the best I've used so far is trac, but their git support were flaky when I last tested it (only ran well with svn at the time)

I've been happily using Gitosis for quite a while now. It's like Github without the web interface (so it manages central repositories and user authentication).

I recall it took a bit of finagling to set it up, but I haven't had a single issue with it since. It's also cool that the configuration files are stored in a Git repository (once you try it, it will be clear how that works).

http://scie.nti.st/2007/11/14/hosting-git-repositories-the-e...

Re: GitHub Firewall Install (your own github)

#33
post #15

How do you guys do code obfuscation and allow your service to be packaged into a downloadable, well, package? One of my startups is thinking about doing something of the sort, for academic institutions to throw our software on their own servers.

It is JRuby based, so it is compiled to Java bytecodes. It is packaged using a BitRock custom stack that is a superset of BitNami JRuby Stack.

Hey, nice to see you here, and congrats on this win for BitRock:-)

Re: GitHub Firewall Install (your own github)

#34
post #30
post #10

So roughly how much would this cost for a small team, say <10? I'm assuming far too much for me, since it's not visible anywhere, but I'm still curious :)

How much are you willing to pay? :) Seriously, though, it's probably priced beyond what most small teams could afford, but it's on a per-company basis which is why we're not posting prices. GitHub:FI was really built with large customers in mind, places with tens to hundreds of developers bridled with restrictions that prevent them from hosting their code on GitHub.com. There's no reason smaller companies can't use i…

For companies where the code is the primary product they sell, hosting it on a remote server seems like a hard thing to ask for from upper managment no matter how secure it is. I can see the case for a lot of small software companies that really would want to use github, but someone on the team refuses to let the code be placed outside their network.

Re: GitHub Firewall Install (your own github)

#35

what's the best open source alternative to git hub? (no, I don't want to host my code on third party servers) the best I've used so far is trac, but their git support were flaky when I last tested it (only ran well with svn at the time)

There is also gitorious[1]. Haven't tried it myself.

[1] http://gitorious.org/

Post reply on HN