Click here to Skip to main content
15,902,908 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Source hosting - What should Vilmos do? Pin
devenv.exe23-Oct-13 2:55
professionaldevenv.exe23-Oct-13 2:55 
GeneralRe: Source hosting - What should Vilmos do? Pin
Gary Huck24-Oct-13 2:49
Gary Huck24-Oct-13 2:49 
AnswerRe: Source hosting - What should Vilmos do? Pin
Rutvik Dave23-Oct-13 3:06
professionalRutvik Dave23-Oct-13 3:06 
AnswerRe: Source hosting - What should Vilmos do? Pin
Marc Clifton23-Oct-13 4:08
mvaMarc Clifton23-Oct-13 4:08 
AnswerRe: Source hosting - What should Vilmos do? Pin
Rajesh R Subramanian23-Oct-13 4:11
professionalRajesh R Subramanian23-Oct-13 4:11 
AnswerRe: Source hosting - What should Vilmos do? Pin
_Maxxx_23-Oct-13 15:21
professional_Maxxx_23-Oct-13 15:21 
AnswerRe: Source hosting - What should Vilmos do? Pin
Jadoti24-Oct-13 5:38
Jadoti24-Oct-13 5:38 
AnswerRe: Source hosting - What should Vilmos do? Pin
Moshe Katz24-Oct-13 5:53
Moshe Katz24-Oct-13 5:53 
Set up a GitLab[^] server. I have one set up for my personal projects, and one for my research group at University of Maryland. There are regular updates (monthly releases), it has almost all the features of GitHub, and it's really easy to set up. You can also choose whether repositories should be public or private. Finally, the developers are very receptive to bug reports and pretty receptive to feature ideas, especially if you submit pull requests for the fix or the feature.

All you need is a machine (or VM) to run it on (Ubuntu/Debian recommended).

Some install notes:
- If you use their recommended configuration, you will be much less likely to have problems later, and, if you do, they will be much easier to diagnose.
- Install Ruby 2.0 from source by hand. Don't use RVM (or any other managed Ruby install). The instructions for doing so are in the install documentation.
- You will need a newer version of Git than the one provided by Ubuntu. You can use this one[^]
- You can keep the repository storage used by Gitlab on a NAS or on a RAID volume. However, it is unnecessary to keep the "satellites" (the working copies that are shown when you browse the web site) on the NAS. The network access times for the files on a NAS will slow down the web page loads considerably. (This is technically true about the actual repositories themselves too, but you'd rather have them on the most dependable storage.)
- Get an SSL certificate for the server. You can probably get away with a free one from StartSSL. Don't use a self-signed one if you plan to use Git over HTTPS (as opposed to Git over SSH), or you will have to tell your Git client(s) to ignore the certificate verification (git config http.sslVerify false or GIT_SSL_NO_VERIFY=true).
AnswerRe: Source hosting - What should Vilmos do? Pin
patbob24-Oct-13 6:02
patbob24-Oct-13 6:02 
AnswerRe: Source hosting - What should Vilmos do? Pin
willcode9924-Oct-13 7:05
willcode9924-Oct-13 7:05 
GeneralMessage Closed Pin
23-Oct-13 0:29
Pandadress On Sale23-Oct-13 0:29 
GeneralRe: Chiffon Daffodil Dress with Illusion Scoop Neckline Pin
Nicholas Marty23-Oct-13 0:34
professionalNicholas Marty23-Oct-13 0:34 
Generalhosting question Pin
AndyInUK23-Oct-13 0:08
AndyInUK23-Oct-13 0:08 
GeneralRe: hosting question Pin
contracting199023-Oct-13 0:22
contracting199023-Oct-13 0:22 
GeneralRe: hosting question Pin
_Maxxx_23-Oct-13 1:18
professional_Maxxx_23-Oct-13 1:18 
GeneralRe: hosting question Pin
Dan Neely23-Oct-13 2:40
Dan Neely23-Oct-13 2:40 
GeneralRe: hosting question Pin
Rutvik Dave23-Oct-13 3:35
professionalRutvik Dave23-Oct-13 3:35 
GeneralRe: hosting question Pin
Jan Steyn23-Oct-13 4:34
Jan Steyn23-Oct-13 4:34 
GeneralRe: hosting question Pin
RedDk23-Oct-13 7:38
RedDk23-Oct-13 7:38 
GeneralHad Griff's Ex For Dinner Pin
Nagy Vilmos22-Oct-13 23:59
professionalNagy Vilmos22-Oct-13 23:59 
GeneralRe: Had Griff's Ex For Dinner Pin
Johnny J.23-Oct-13 0:03
professionalJohnny J.23-Oct-13 0:03 
GeneralRe: Had Griff's Ex For Dinner Pin
Nicholas Marty23-Oct-13 0:36
professionalNicholas Marty23-Oct-13 0:36 
GeneralRe: Had Griff's Ex For Dinner PinPopular
OriginalGriff23-Oct-13 0:42
mveOriginalGriff23-Oct-13 0:42 
GeneralRe: Had Griff's Ex For Dinner Pin
Nagy Vilmos23-Oct-13 1:08
professionalNagy Vilmos23-Oct-13 1:08 
GeneralRe: Had Griff's Ex For Dinner Pin
OriginalGriff23-Oct-13 1:13
mveOriginalGriff23-Oct-13 1:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.