On 07/11/2014 04:59 PM, Charlie wrote: > Hey Everyone, > > I'm basically looking at using Git with GitLab looking like the best > option. I have a few questions regarding set-up and if it's actually > possible: > > 1. Can I set up a GitLab server on a linux machine, which links to all > the files on our already shared-file server?
What do you mean "links to all files in shared-file server"? Are these existing git repositories? If yes you can import them with the import rake task. See [0]. > 2. Can multiple different people work on the same files etc through > GitLab and the linux server if they're on windows PC? Sure. You can either edit files via the web UI or via git for windows [1]. Bare in mind that there is a hidden option for windows users in git config at section 5 of the install guide [2] and that is: sudo -u git -H git config --global core.autocrlf input Make sure you set it. > 3. What sort of tools (sublime/ dreamweaver) can be integrated with GitLab? What are you planning to use GitLab for? These are local tools they don't have anything to do with GitLab. > 4. Extra credit question: How are sites and their respective versions > stored and how do you push a site live? If you are looking for a feature like github has, then this is not implemented in GitLab. [0] http://doc.gitlab.com/ce/raketasks/import.html [1] http://msysgit.github.io/ [2] http://doc.gitlab.com/ce/install/installation.html -- GPG : 0xABF99BE5 Blog: http://axilleas.me -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/53C23B7F.3010404%40gmail.com. For more options, visit https://groups.google.com/d/optout.
