In this video I show how to setup a GIT server using VirtualBox from Oracle, and GitLab.
Software links:
https://www.virtualbox.org/wiki/Downl...
http://www.turnkeylinux.org/gitlab/
https://www.digitalocean.com/?refcode...
Fix for 502 Bad Gateway:
dd if=/dev/zero of=/swapfile bs=1024 count=1024k
mkswap /swapfile
swapon /swapfile
Other useful links:
https://www.digitalocean.com/communit...