Facebook
Twitter
LinkedIn
YouTube
GitHub
Hasan's Blog
  • General
  • CI/CD
  • DevOps
  • Test Mgmt & Automation
  • Blog
    • About me

Category: CI/CD

Home Archive by Category "CI/CD"

How to Install and Configure GitLab on CentOS 8/7

2020/05/09CI/CDNo commentsgithub, Gitlab, Version ControlHasan Naqvi

Gitlab is one of the best alternatives to Github for hosting your open source projects, that you will find out there. In this article, we will explain how to install and configure Gitlab (Git-repository manager) on CentOS 8/7 or RHEL 8/7 Linux distributions. Step 1: Install and Configure Required Dependencies 1. First, start by installing the following necessary dependencies using the yum package manager sudo yum…

Read More

dial unix /var/run/docker.sock: permission denied

2017/09/13CI/CD, DevOpsHasan Yousuf

(Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.30/info: dial unix /var/run/docker.sock: connect: permission denied). Using system default: https://index.docker.io/v1/ Solution: The error message tells you that your current user can’t access the docker engine, because you’re lacking permissions to access the unix socket to communicate with the engine….

Read More

Minimise your development time by automating your redundant tasks using Nodejs (Gruntjs)

2017/09/10Casperjs, CI/CD, GruntjsHasan Yousuf

Place https://github.com/hasanyousuf/gruntjs_sample/blob/master/html/index.html file in your web server so it should be accessible using http://locahost:80   Package file (package.json) Grunt file (Gruntfile.js) Configurtion file (conf.json) Test file (test/test.js) Library file (test/lib/vars.js)

Read More

Schedule a job periodically in Jenkins during working days

2017/09/10CI/CDHasan Yousuf

Today’s companies need automation solutions to achieve availability, reliability and productivity to bring their complex product system in streamline which depends upon smaller complex sub systems. In this blog post, I will try to bring key features why do we need to bring scheduling in an enterpise. * Enterprise-wide view of all scheduled jobs /…

Read More

Hasan Naqvi

Categories

  • Casperjs (1)
  • CI/CD (4)
  • DevOps (6)
  • Gruntjs (2)
  • Jira (1)
  • Linux (1)
  • Programming (1)
  • Uncategorized (14)
  • VMware (1)

Archives

  • May 2020 (1)
  • April 2020 (1)
  • March 2020 (2)
  • September 2019 (2)
  • May 2018 (1)
  • September 2017 (3)
  • July 2017 (1)
  • June 2017 (4)
  • May 2017 (1)
  • July 2015 (2)
  • January 2015 (1)
  • October 2014 (1)
  • September 2014 (5)
  • August 2014 (1)

Tags

Arduino Arduino sketch Arduino sketch upload bash shell casperjs Couchdb Curl docker container docker images github Gitlab gnu Parallel gruntjs JAVA JAVA jenkins Jira JPA Json Linux linux mint Maven mint MYSQL Tomcat Ubuntu Version Control xpath

Top Posts & Pages

  • CURD functions and REST api
  • How to completely uninstall Android Studio on MAC?
  • Before you can run vmware several modules must be compiled and loaded into the running kernel
  • Trying to upload Blink example (Arduino sketch) on my Arduino uno
  • fill form using xpath in casperjs
  • Delete docker images & containers in one command
  • How to import data in couchdb using JSON file

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

  • General
  • CI/CD
  • DevOps
  • Test Mgmt & Automation
  • Blog
    • About me
@2017