Report this

What is the reason for this report?

Doubts about installing Git and GitLab

Posted on August 2, 2014

Hi! I have currently a droplet with Ubuntu 14 and WordPress installed. I started to develop more and more themes that I need to version control.

My doubts are, the git repository have to be on the same server that my wordpress install? or I have to create a new droplet? If a create a new droplet, I can do one-click install of GitLab, but GitLab include Git or I have to install it?

Thanks in advance.

Laura



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
  1. No, the git repository would technically reside within your Gitlab build, on another server. You would have an instance of the repository on your wordpress server, but the versioning would be done by the Gitlab instance.
  2. The Gitlab image ships with everything you need, including git. But you’ll need to install git on your wordpress server, if it isn’t already. See this tutorial on how to get git up and running on your wordpress server.

https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-14-04

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.