Tag Archives: gitlab

Gitlab Troubleshooting

Up here in the mountains, we get an occasional power outage. I have the servers on UPSs but generally only have 5 minutes or so to snag my laptop, log in, and start shutting down VMs before the power fails. … Continue reading

Posted in Computers, gitlab | Tagged , , | Leave a comment

GitLab CI/CD Pipeline

Overview This article provides details on my use of the GitLab Runners in order to deploy websites and then automatically build, tag, and push images to my local docker repository. Runner Installation I’ve been using Jenkins for most of my … Continue reading

Posted in CI/CD, Computers, Docker, Git, Kubernetes | Tagged , , , , | 1 Comment

Gitlab Runners

Overview This article provides local configuration details specific to the site. Links to the relevant documentation will also be provided. Description The gitlab-runner is a tool that uses the .gitlab-ci.yml file to build, test, and deploy to the target host. … Continue reading

Posted in Computers, Git | Tagged , , | Leave a comment

git Version Control for rcs Users – Setting up gitlab

Next up is to install Gitlab. The problem will be the inability to access to ‘net from work. So a manual install will need to be done. We’ll see how that goes. Gitlab is pretty easy to install. Just follow … Continue reading

Posted in Computers | Tagged , , , , | Leave a comment

git Version Control for rcs Users – Configuring gitlab and Jenkins Servers

This is intended to document the steps involved in moving from an RCS based environment to a git based environment. In previous posts, I showed the environment I’m currently working in and the progress to changing from using RCS to … Continue reading

Posted in Computers | Tagged , , , , , | Leave a comment