I will be creating a gitlab server at my school to host class code. I wish to make it so that every time any user pushes to gitlab it automatically deploys the project to /var/www/gitdeploy///, in such a way that…
Setup
There is a host (H1) running gitlab-ce git server within a docker container (C1). The host's OpenSSH server runs on port 22 and provides a host key keyH. The gitlab container provides its own SSH service that is published to host like 10022:22…
I've installed Gitlab on my server and I don't know if what I'm willing to do is possible.
I want to set Gitlab to monitorize my repos, with all the goodies that come with it, but I don't want to use gitlab urls, since I don't want to force such a…
I want to pull some gitlab repositories using vcsrepo but for some reason it fails to execute.
vcsrepo { "/tmp/repo/update":
ensure => present,
provider => git,
source => "git@gitlab:${git_url}",
user => 'update',
}
The ssh key belongs to the…
What way is the best way to migrate all projects, issues, users, snippets and everything else from an old gitlab installation to a new one?
Our old machine is a bitnami VM with GitLab 6.3.0 - The commands from the backup guide are not working:
sudo…
Trying to use a recent version of gitlab, I'm despairing somewhat with its configuration process (or rather that of its "embedded packages").
I have installed the gitlab-omnibus package (version 7.4.3) on my Ubuntu server 14.04, which is also…
I've set up a Virtualbox VM (debian 7.6) on my MacMini (10.9). I've successfully installed Gitlab (7.1) in the VM and I'm able to access it from all machines in my network. I'm able to log in and create a user.
However, I'd like the git repositories…
I'm in the process of migrating from gitolite to gitlab.
My original repositories had urls like: git@dev.example.com:project-gui and git@dev.example.com:project-libs.
Gitlab has forced me to use urls like: git@dev.example.com:project/gui and…
Ok, so I've spooled up an Amazon EC2 server running Ubuntu, and then followed the instructions below to install GitLab;
http://doc.gitlab.com/ce/install/installation.html
The only step I've not been able to complete is running the following check on…
So I installed GitLab and nginx and now i get a 502 Bad Gateway error when accessing it.
I went through with the check sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production and found out I have an error that reads:
Check GitLab API…
When trying to start the mysqld demon on a CentOS 6.5 box I get the following error:
[root@hardin ~]# service mysqld start
Another MySQL daemon already running with the same unix socket.
Starting mysqld: …
My gitlab installation is running out of space. I want to move the user's repositories to another drive. I can not find any walkthroughs or good forum posts about doing this.
I have tries moving /opt/gitlab/apps/gitlab/repositories to another drive,…
I have just installed Gitlab on my Centos 6.4.
At first glance everything seems to be working fine but for some reason, I have the following issues...:
Add a new project :
(Similar issues when adding new SSH keys or listing projects…
I'd like to be able to clone, push and pull (via SSH) on my Gitlab-Server from/to itself.
Currently, when try to clone a git repository locally from my server I get this:
jacob@server: git clone git@git.example.com:project.git
fatal: 'project.git'…
I'm trying start the gitlab sidekiq daemon through upstart. But unfortunately it seems that the sidekiq worker is respawned since sidekiq start deamonizes itself:
Jul 12 17:26:42 git kernel: [370722.042968] init: gitlab-sidekiq main process (28251)…